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

Unified Diff: runtime/vm/symbols.h

Issue 22455003: Make FunctionTypeMirror and ClosureMirror handle user-defined classes that implement the call opera… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Assert call method of function type not null 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
« no previous file with comments | « runtime/vm/bootstrap_natives.h ('k') | sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 35f7d791a7425f9cfb176dd99a3e2fefe782227d..0ea27c8357065c64e6e0ec139398dd6e838dcafc 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -273,6 +273,7 @@ class ObjectPointerVisitor;
V(_stackTrace, "_stackTrace") \
V(_SpecialTypeMirrorImpl, "_SpecialTypeMirrorImpl") \
V(_LocalClassMirrorImpl, "_LocalClassMirrorImpl") \
+ V(_LocalClosureTypeMirrorImpl, "_LocalClosureTypeMirrorImpl") \
V(_LocalFunctionTypeMirrorImpl, "_LocalFunctionTypeMirrorImpl") \
V(_LocalLibraryMirrorImpl, "_LocalLibraryMirrorImpl") \
V(_LocalMethodMirrorImpl, "_LocalMethodMirrorImpl") \
« no previous file with comments | « runtime/vm/bootstrap_natives.h ('k') | sdk/lib/mirrors/mirrors.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698