| Index: runtime/vm/symbols.h
|
| ===================================================================
|
| --- runtime/vm/symbols.h (revision 32793)
|
| +++ runtime/vm/symbols.h (working copy)
|
| @@ -141,33 +141,19 @@
|
| V(Float64x2, "Float64x2") \
|
| V(Int32x4, "Int32x4") \
|
| V(Int8List, "Int8List") \
|
| - V(Int8ListFactory, "Int8List.") \
|
| V(Uint8List, "Uint8List") \
|
| - V(Uint8ListFactory, "Uint8List.") \
|
| V(Uint8ClampedList, "Uint8ClampedList") \
|
| - V(Uint8ClampedListFactory, "Uint8ClampedList.") \
|
| V(Int16List, "Int16List") \
|
| - V(Int16ListFactory, "Int16List.") \
|
| V(Uint16List, "Uint16List") \
|
| - V(Uint16ListFactory, "Uint16List.") \
|
| V(Int32List, "Int32List") \
|
| - V(Int32ListFactory, "Int32List.") \
|
| V(Uint32List, "Uint32List") \
|
| - V(Uint32ListFactory, "Uint32List.") \
|
| V(Int64List, "Int64List") \
|
| - V(Int64ListFactory, "Int64List.") \
|
| V(Uint64List, "Uint64List") \
|
| - V(Uint64ListFactory, "Uint64List.") \
|
| V(Float32x4List, "Float32x4List") \
|
| - V(Float32x4ListFactory, "Float32x4List.") \
|
| V(Int32x4List, "Int32x4List") \
|
| - V(Int32x4ListFactory, "Int32x4List.") \
|
| V(Float64x2List, "Float64x2List") \
|
| - V(Float64x2ListFactory, "Float64x2List.") \
|
| V(Float32List, "Float32List") \
|
| - V(Float32ListFactory, "Float32List.") \
|
| V(Float64List, "Float64List") \
|
| - V(Float64ListFactory, "Float64List.") \
|
| V(_Int8Array, "_Int8Array") \
|
| V(_Int8ArrayFactory, "_Int8Array.") \
|
| V(_Uint8Array, "_Uint8Array") \
|
|
|