| Index: runtime/vm/symbols.h
|
| ===================================================================
|
| --- runtime/vm/symbols.h (revision 19253)
|
| +++ runtime/vm/symbols.h (working copy)
|
| @@ -110,7 +110,10 @@
|
| V(_Double, "_Double") \
|
| V(Bool, "bool") \
|
| V(ObjectArray, "_ObjectArray") \
|
| + V(ObjectArrayDot, "_ObjectArray.") \
|
| V(GrowableObjectArray, "_GrowableObjectArray") \
|
| + V(GrowableObjectArrayDot, "_GrowableObjectArray.") \
|
| + V(GrowableObjectArrayWithData, "_GrowableObjectArray.withData") \
|
| V(ImmutableArray, "_ImmutableArray") \
|
| V(OneByteString, "_OneByteString") \
|
| V(TwoByteString, "_TwoByteString") \
|
|
|