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