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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 22625003: Make ClosureMirror handle instances of user-defined classes that implement call. (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 e9811f137468fd67c4254ec0c7f65d5e2e359bf7..a15f256d84ed3e8f5d093fdfc3be605e32ed465d 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -268,6 +268,7 @@ namespace dart {
V(LocalTypeVariableMirror_owner, 1) \
V(LocalTypeVariableMirror_upper_bound, 1) \
V(DeclarationMirror_metadata, 1) \
+ V(FunctionTypeMirror_call_method, 2) \
V(FunctionTypeMirror_parameters, 1) \
V(FunctionTypeMirror_return_type, 1) \
V(MethodMirror_owner, 1) \

Powered by Google App Engine
This is Rietveld 408576698