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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 126823004: Add TypeMirror.isSubtypeOf, TypeMirror.isAssignableTo, ClassMirror.isSubclassOf (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: +source mirrors Created 6 years, 10 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/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index 0c8facad38ab49ec72c24cdcfa7c127f2caf4f83..c5e5b8541ef0c966e604dfa9b968f0440dd152ea 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -297,6 +297,8 @@ namespace dart {
V(ClosureMirror_find_in_context, 2) \
V(ClosureMirror_function, 1) \
V(ClosureMirror_apply, 2) \
+ V(TypeMirror_subtypeTest, 2) \
+ V(TypeMirror_moreSpecificTest, 2) \
V(ClassMirror_library, 1) \
V(ClassMirror_supertype, 1) \
V(ClassMirror_supertype_instantiated, 1) \

Powered by Google App Engine
This is Rietveld 408576698