| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 9d39c33a99d53c5510079c4a7a812287b1ec660e..28c64fe80ccd70049c0764e7e565ba6f10a9a9c7 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -607,6 +607,7 @@ class RawFunction : public RawObject {
|
| kMethodExtractor, // converts method into implicit closure on the receiver.
|
| kNoSuchMethodDispatcher, // invokes noSuchMethod.
|
| kInvokeFieldDispatcher, // invokes a field as a closure.
|
| + kEvalFunction,
|
| };
|
|
|
| private:
|
|
|