| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 9873)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -217,6 +217,7 @@
|
| void SkipBinaryExpr();
|
| void SkipUnaryExpr();
|
| void SkipPostfixExpr();
|
| + void SkipSelectors();
|
| void SkipPrimary();
|
| void SkipCompoundLiteral();
|
| void SkipNewOperator();
|
| @@ -443,9 +444,6 @@
|
| intptr_t ident_pos);
|
| AstNode* ParseInstanceCall(AstNode* receiver, const String& method_name);
|
| AstNode* ParseClosureCall(AstNode* closure);
|
| - AstNode* ParseInstanceFieldAccess(AstNode* receiver,
|
| - const String& field_name,
|
| - bool consume_cascades);
|
| AstNode* GenerateStaticFieldLookup(const Field& field,
|
| intptr_t ident_pos);
|
| AstNode* ParseStaticFieldAccess(const Class& cls,
|
|
|