Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 358) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -230,6 +230,7 @@ |
| void AddInterfaces(intptr_t interfaces_pos, |
| const Class& cls, |
| const Array& interfaces); |
| + RawFunction* GetSuperFunction(intptr_t token_pos, const String& name); |
| AstNode* ParseSuperCall(const String& function_name); |
| AstNode* ParseSuperFieldAccess(const String& field_name); |
| AstNode* ParseSuperOperator(); |