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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 62273003: Use the runtime for generic subsitution of variable types, return types, parameter types. (Closed) Base URL: https://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/lib/mirrors_impl.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index de42d71c96bfc8844d7d8bb9e7328c3302b62d2c..0d13e2955cf2c2352084dd8a8f067f2e0f13bdac 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -293,20 +293,18 @@ namespace dart {
V(LibraryMirror_invokeSetter, 4) \
V(TypeVariableMirror_owner, 1) \
V(TypeVariableMirror_upper_bound, 1) \
- V(TypeVariableMirror_instantiate_from, 2) \
V(DeclarationMirror_metadata, 1) \
V(FunctionTypeMirror_call_method, 2) \
V(FunctionTypeMirror_parameters, 2) \
- V(FunctionTypeMirror_return_type, 1) \
+ V(FunctionTypeMirror_return_type, 2) \
V(MethodMirror_owner, 1) \
V(MethodMirror_parameters, 2) \
- V(MethodMirror_return_type, 1) \
+ V(MethodMirror_return_type, 2) \
V(MethodMirror_source, 1) \
- V(ParameterMirror_type, 2) \
+ V(ParameterMirror_type, 3) \
V(TypedefMirror_referent, 1) \
- V(TypedefMirror_instantiate_from, 2) \
V(TypedefMirror_declaration, 1) \
- V(VariableMirror_type, 1) \
+ V(VariableMirror_type, 2) \
V(GrowableList_allocate, 2) \
V(GrowableList_getIndexed, 2) \
V(GrowableList_setIndexed, 3) \
« no previous file with comments | « runtime/lib/mirrors_impl.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698