Chromium Code Reviews| Index: runtime/vm/symbols.h |
| =================================================================== |
| --- runtime/vm/symbols.h (revision 25661) |
| +++ runtime/vm/symbols.h (working copy) |
| @@ -60,6 +60,8 @@ |
| V(StacktraceVar, ":stacktrace_var") \ |
| V(ListLiteralElement, "list literal element") \ |
| V(ForInIter, ":for-in-iter") \ |
| + V(ClosureFunctionField, ":function") \ |
| + V(ClosureContextField, ":context") \ |
| V(Library, "library") \ |
| V(Import, "import") \ |
| V(Source, "source") \ |