| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 4549)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -289,6 +289,8 @@
|
| LocalVariable* LookupReceiver(LocalScope* from_scope, bool test_only);
|
| void CaptureReceiver();
|
| AstNode* LoadReceiver(intptr_t token_index);
|
| + AstNode* LoadFieldIfUnresolved(AstNode* node);
|
| + AstNode* LoadClosure(PrimaryNode* primary);
|
| AstNode* CallGetter(intptr_t token_index,
|
| AstNode* object,
|
| const String& name);
|
|
|