Index: runtime/vm/parser.h |
=================================================================== |
--- runtime/vm/parser.h (revision 23886) |
+++ runtime/vm/parser.h (working copy) |
@@ -629,6 +629,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. |