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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 21624006: ParameterMirror: Implement some missing getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 0cf705fb66a02741921ff8033db804d884985138..5587581facc2e43a81d0745ed04a718038edc16e 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -271,10 +271,10 @@ namespace dart {
V(TypeVariableMirror_upper_bound, 1) \
V(DeclarationMirror_metadata, 1) \
V(FunctionTypeMirror_call_method, 2) \
- V(FunctionTypeMirror_parameters, 1) \
+ V(FunctionTypeMirror_parameters, 2) \
V(FunctionTypeMirror_return_type, 1) \
V(MethodMirror_owner, 1) \
- V(MethodMirror_parameters, 1) \
+ V(MethodMirror_parameters, 2) \
V(MethodMirror_return_type, 1) \
V(ParameterMirror_type, 2) \
V(TypedefMirror_referent, 1) \

Powered by Google App Engine
This is Rietveld 408576698