| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 33570)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -450,6 +450,8 @@
|
| Array& default_values);
|
| SequenceNode* ParseInvokeFieldDispatcher(const Function& func,
|
| Array& default_values);
|
| + SequenceNode* ParseInvokeClosureDispatcher(const Function& func,
|
| + Array& default_values);
|
| void BuildDispatcherScope(const Function& func,
|
| const ArgumentsDescriptor& desc,
|
| Array& default_values);
|
|
|