Index: runtime/vm/parser.h |
=================================================================== |
--- runtime/vm/parser.h (revision 23933) |
+++ runtime/vm/parser.h (working copy) |
@@ -637,6 +637,8 @@ |
const Function& constructor, |
ArgumentListNode* arguments); |
+ RawInstance* TryCanonicalize(const Instance& instance, intptr_t token_pos); |
+ |
Isolate* isolate() const { return isolate_; } |
Isolate* isolate_; // Cached current isolate. |