Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 18461) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -59,6 +59,7 @@ |
| V(SavedTryContextVar, ":saved_try_context_var") \ |
| V(ExceptionVar, ":exception_var") \ |
| V(StacktraceVar, ":stacktrace_var") \ |
| + V(ArrayLiteralVar, ":array_literal_var") \ |
| V(ListLiteralElement, "list literal element") \ |
| V(ForInIter, ":for-in-iter") \ |
| V(Library, "library") \ |