Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 4989) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -436,6 +436,7 @@ |
| AstNode* MakeStaticCall(const char* class_name, |
| const char* function_name, |
| ArgumentListNode* arguments); |
| + String& Interpolate(ArrayNode* values); |
| AstNode* MakeAssertCall(intptr_t begin, intptr_t end); |
| AstNode* ThrowTypeError(intptr_t type_pos, const AbstractType& type); |