| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 8261)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -308,7 +308,11 @@
|
| void AddInterfaces(intptr_t interfaces_pos,
|
| const Class& cls,
|
| const Array& interfaces);
|
| - RawFunction* GetSuperFunction(intptr_t token_pos, const String& name);
|
| + ArgumentListNode* BuildNoSuchMethodArguments(const String& function_name,
|
| + ArgumentListNode* function_args);
|
| + RawFunction* GetSuperFunction(intptr_t token_pos,
|
| + const String& name,
|
| + bool* is_no_such_method);
|
| AstNode* ParseSuperCall(const String& function_name);
|
| AstNode* ParseSuperFieldAccess(const String& field_name);
|
| AstNode* ParseSuperOperator();
|
|
|