Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(165)

Unified Diff: runtime/vm/object.h

Issue 1858283002: Initial SIMDBC interpreter. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/native_entry.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « runtime/vm/native_entry.cc ('k') | runtime/vm/object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698