Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 34916) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -658,6 +658,10 @@ |
| void AddEqualityNullCheck(); |
| + AstNode* BuildClosureCall(intptr_t token_pos, |
| + AstNode* closure, |
| + ArgumentListNode* arguments); |
| + |
| RawInstance* TryCanonicalize(const Instance& instance, intptr_t token_pos); |
| Isolate* isolate() const { return isolate_; } |