Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 28179) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -116,12 +116,12 @@ |
| V(_Bigint, "_Bigint") \ |
| V(_Double, "_Double") \ |
| V(Bool, "bool") \ |
| - V(ObjectArray, "_ObjectArray") \ |
| - V(ObjectArrayFactory, "_ObjectArray.") \ |
| - V(GrowableObjectArray, "_GrowableObjectArray") \ |
| - V(GrowableObjectArrayFactory, "_GrowableObjectArray.") \ |
| - V(GrowableObjectArrayWithData, "_GrowableObjectArray.withData") \ |
| - V(ImmutableArray, "_ImmutableArray") \ |
| + V(_List, "_List") \ |
| + V(_ListFactory, "_List.") \ |
| + V(_GrowableList, "_GrowableList") \ |
| + V(_GrowableListFactory, "_GrowableList.") \ |
| + V(_GrowableListWithData, "_GrowableList.withData") \ |
| + V(_ImmutableList, "_ImmutableList") \ |
|
srdjan
2013/10/03 00:13:31
Formatting
|
| V(OneByteString, "_OneByteString") \ |
| V(TwoByteString, "_TwoByteString") \ |
| V(ExternalOneByteString, "_ExternalOneByteString") \ |