| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index a0157aae742c4a73ff4b7c4608be526d45e4d00d..ebe753da0f80d012cac6999451469d7fc67be933 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2198,6 +2198,8 @@ class Function : public Object {
|
| RawContextScope* context_scope() const;
|
| void set_context_scope(const ContextScope& value) const;
|
|
|
| + RawField* LookupImplicitGetterSetterField() const;
|
| +
|
| // Enclosing function of this local function.
|
| RawFunction* parent_function() const;
|
|
|
|
|