| Index: runtime/vm/symbols.h
|
| ===================================================================
|
| --- runtime/vm/symbols.h (revision 12201)
|
| +++ runtime/vm/symbols.h (working copy)
|
| @@ -39,6 +39,8 @@
|
| V(ThrowNew, "_throwNew") \
|
| V(ListLiteralFactoryClass, "_ListLiteralFactory") \
|
| V(ListLiteralFactory, "List.fromLiteral") \
|
| + V(ListImplementation, "ListImplementation") \
|
| + V(ListFactory, "List.") \
|
| V(MapLiteralFactoryClass, "_MapLiteralFactory") \
|
| V(MapLiteralFactory, "Map.fromLiteral") \
|
| V(ImmutableMap, "ImmutableMap") \
|
|
|