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

Unified Diff: runtime/vm/object.h

Issue 1858283002: Initial SIMDBC interpreter. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: address comments 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
Index: runtime/vm/object.h
diff --git a/runtime/vm/object.h b/runtime/vm/object.h
index 78794a9e8897003b42791bcd48434c76d978ad85..74c3c7802b544840227843f30074b4cf59ceee71 100644
--- a/runtime/vm/object.h
+++ b/runtime/vm/object.h
@@ -5441,6 +5441,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,

Powered by Google App Engine
This is Rietveld 408576698