| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 6a2008fe609a2bf82f60cfa587ede39bb59aa06f..84d91bfe03640bd867ab93e934f38f4a1eec4da5 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -5485,6 +5485,9 @@ class AbstractType : public Instance {
|
| // Check if this type represents the Dart 'Function' type.
|
| bool IsDartFunctionType() const;
|
|
|
| + // Check if this type represents the Dart '_Closure' type.
|
| + bool IsDartClosureType() const;
|
| +
|
| // Check the subtype relationship.
|
| bool IsSubtypeOf(const AbstractType& other,
|
| Error* bound_error,
|
|
|