Chromium Code Reviews| Index: runtime/vm/raw_object.h |
| =================================================================== |
| --- runtime/vm/raw_object.h (revision 24285) |
| +++ runtime/vm/raw_object.h (working copy) |
| @@ -597,6 +597,7 @@ |
| kImplicitSetter, // represents an implicit setter for fields. |
| kConstImplicitGetter, // represents an implicit const getter for fields. |
| kMethodExtractor, // converts method into implicit closure on the receiver. |
| + kNoSuchMethodDispatcher, // invokes noSuchMethod. |
| }; |
| private: |