Index: runtime/vm/object.cc |
=================================================================== |
--- runtime/vm/object.cc (revision 15176) |
+++ runtime/vm/object.cc (working copy) |
@@ -2043,6 +2043,11 @@ |
} |
+bool Class::IsListClass() const { |
+ return raw() == Isolate::Current()->object_store()->list_class(); |
+} |
+ |
+ |
bool Class::IsCanonicalSignatureClass() const { |
const Function& function = Function::Handle(signature_function()); |
return (!function.IsNull() && (function.signature_class() == raw())); |