Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 44654) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -526,6 +526,8 @@ |
| Array* default_values); |
| SequenceNode* ParseInvokeFieldDispatcher(const Function& func, |
| Array* default_values); |
| + SequenceNode* ParseImplicitClosure(const Function& func, |
| + Array* default_values); |
| void BuildDispatcherScope(const Function& func, |
| const ArgumentsDescriptor& desc, |