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

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: call is no longer an operator 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/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") \

Powered by Google App Engine
This is Rietveld 408576698