| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index aceb710921fb2e1622080a823a9dbfea51512e52..42993fc2841956158c0b9bbcb718cc334b5e0170 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2485,6 +2485,8 @@ class Function : public Object {
|
| return !is_static() && IsImplicitClosureFunction();
|
| }
|
|
|
| + bool IsConstructorClosureFunction() const;
|
| +
|
| // Returns true if this function represents a local function.
|
| bool IsLocalFunction() const {
|
| return parent_function() != Function::null();
|
|
|