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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 22292002: Reflection on generics. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: address generic equality Created 7 years, 4 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 e9811f137468fd67c4254ec0c7f65d5e2e359bf7..286bc0aeaa324d8b41ed9ff94407b86c0c1fc795 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -243,6 +243,7 @@ namespace dart {
V(isolate_spawnUri, 1) \
V(Mirrors_isLocalPort, 1) \
V(Mirrors_makeLocalClassMirror, 1) \
+ V(Mirrors_makeLocalTypeMirror, 1) \
V(Mirrors_makeLocalMirrorSystem, 0) \
V(MirrorReference_equals, 2) \
V(InstanceMirror_invoke, 4) \
@@ -262,11 +263,12 @@ namespace dart {
V(ClassMirror_invokeSetter, 4) \
V(ClassMirror_invokeConstructor, 3) \
V(ClassMirror_type_variables, 1) \
+ V(ClassMirror_type_arguments, 1) \
V(LibraryMirror_invoke, 4) \
V(LibraryMirror_invokeGetter, 3) \
V(LibraryMirror_invokeSetter, 4) \
- V(LocalTypeVariableMirror_owner, 1) \
- V(LocalTypeVariableMirror_upper_bound, 1) \
+ V(TypeVariableMirror_owner, 1) \
+ V(TypeVariableMirror_upper_bound, 1) \
V(DeclarationMirror_metadata, 1) \
V(FunctionTypeMirror_parameters, 1) \
V(FunctionTypeMirror_return_type, 1) \

Powered by Google App Engine
This is Rietveld 408576698