Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 1661) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -369,6 +369,7 @@ |
| LocalVariable* LookupLocalScope(const String& ident); |
| void CheckInstanceFieldAccess(intptr_t field_pos, const String& field_name); |
| RawClass* TypeParametersScopeClass(); |
| + bool IsInstantiatorRequired() const; |
| bool ResolveIdentInLocalScope(intptr_t ident_pos, |
| const String &ident, |
| AstNode** node); |