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