Index: runtime/vm/raw_object.h |
=================================================================== |
--- runtime/vm/raw_object.h (revision 29679) |
+++ runtime/vm/raw_object.h (working copy) |
@@ -602,6 +602,7 @@ |
kImplicitSetter, // represents an implicit setter for fields. |
kImplicitStaticFinalGetter, // represents an implicit getter for static |
// final fields (incl. static const fields). |
+ kStaticInitializer, // used in implicit static getters. |
kMethodExtractor, // converts method into implicit closure on the receiver. |
kNoSuchMethodDispatcher, // invokes noSuchMethod. |
kInvokeFieldDispatcher, // invokes a field as a closure. |