| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index 5e6a165bbf8ce74a3c974731f85545500d7b6fcf..d2e6c35f5b3bf447bb2c3cd7bf6b340554c71ad6 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -185,6 +185,8 @@ class ObjectPointerVisitor;
|
| V(_Mint, "_Mint") \
|
| V(_Bigint, "_Bigint") \
|
| V(_Double, "_Double") \
|
| + V(_Fraction, "_Fraction") \
|
| + V(DotFromRationalLiteral, ".fromRationalLiteral") \
|
| V(Bool, "bool") \
|
| V(_List, "_List") \
|
| V(_ListFactory, "_List.") \
|
| @@ -225,20 +227,20 @@ class ObjectPointerVisitor;
|
| V(Float64x2List, "Float64x2List") \
|
| V(Float32List, "Float32List") \
|
| V(Float64List, "Float64List") \
|
| - V(_Int8ArrayFactory, "Int8List.") \
|
| - V(_Uint8ArrayFactory, "Uint8List.") \
|
| - V(_Uint8ClampedArrayFactory, "Uint8ClampedList.") \
|
| - V(_Int16ArrayFactory, "Int16List.") \
|
| - V(_Uint16ArrayFactory, "Uint16List.") \
|
| - V(_Int32ArrayFactory, "Int32List.") \
|
| - V(_Uint32ArrayFactory, "Uint32List.") \
|
| - V(_Int64ArrayFactory, "Int64List.") \
|
| - V(_Uint64ArrayFactory, "Uint64List.") \
|
| - V(_Float32x4ArrayFactory, "Float32x4List.") \
|
| - V(_Int32x4ArrayFactory, "Int32x4List.") \
|
| - V(_Float64x2ArrayFactory, "Float64x2List.") \
|
| - V(_Float32ArrayFactory, "Float32List.") \
|
| - V(_Float64ArrayFactory, "Float64List.") \
|
| + V(_Int8ArrayFactory, "Int8List.") \
|
| + V(_Uint8ArrayFactory, "Uint8List.") \
|
| + V(_Uint8ClampedArrayFactory, "Uint8ClampedList.") \
|
| + V(_Int16ArrayFactory, "Int16List.") \
|
| + V(_Uint16ArrayFactory, "Uint16List.") \
|
| + V(_Int32ArrayFactory, "Int32List.") \
|
| + V(_Uint32ArrayFactory, "Uint32List.") \
|
| + V(_Int64ArrayFactory, "Int64List.") \
|
| + V(_Uint64ArrayFactory, "Uint64List.") \
|
| + V(_Float32x4ArrayFactory, "Float32x4List.") \
|
| + V(_Int32x4ArrayFactory, "Int32x4List.") \
|
| + V(_Float64x2ArrayFactory, "Float64x2List.") \
|
| + V(_Float32ArrayFactory, "Float32List.") \
|
| + V(_Float64ArrayFactory, "Float64List.") \
|
| V(_Int8ArrayView, "_Int8ArrayView") \
|
| V(_Uint8ArrayView, "_Uint8ArrayView") \
|
| V(_Uint8ClampedArrayView, "_Uint8ClampedArrayView") \
|
|
|