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

Unified Diff: runtime/vm/raw_object.h

Issue 81363002: Improve type test and type equality for generics (issue 15148). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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/parser.cc ('k') | tests/language/const_list_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/raw_object.h
===================================================================
--- runtime/vm/raw_object.h (revision 30544)
+++ runtime/vm/raw_object.h (working copy)
@@ -68,7 +68,7 @@
V(WeakProperty) \
V(MirrorReference) \
V(Float32x4) \
- V(Int32x4) \
+ V(Int32x4) \
#define CLASS_LIST_ARRAYS(V) \
V(Array) \
@@ -94,7 +94,7 @@
V(Float32Array) \
V(Float64Array) \
V(Float32x4Array) \
- V(Int32x4Array) \
+ V(Int32x4Array) \
#define CLASS_LIST_FOR_HANDLES(V) \
CLASS_LIST_NO_OBJECT_NOR_STRING_NOR_ARRAY(V) \
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/const_list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698