Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 24285) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -439,6 +439,7 @@ |
| SequenceNode* ParseInstanceSetter(const Function& func); |
| SequenceNode* ParseStaticConstGetter(const Function& func); |
| SequenceNode* ParseMethodExtractor(const Function& func); |
| + SequenceNode* ParseNoSuchMethodDispatcher(const Function& func); |
| void ChainNewBlock(LocalScope* outer_scope); |
| void OpenBlock(); |