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

Unified Diff: runtime/vm/symbols.h

Issue 22425006: Fix equality of implicit closures in the Dart VM. (Closed) Base URL: http://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/symbols.h
===================================================================
--- runtime/vm/symbols.h (revision 25920)
+++ runtime/vm/symbols.h (working copy)
@@ -17,6 +17,7 @@
#define PREDEFINED_SYMBOLS_LIST(V) \
V(Empty, "") \
V(EqualOperator, "==") \
+ V(HashCode, "get:hashCode") \
V(Identical, "identical") \
V(Length, "length") \
V(IndexToken, "[]") \
@@ -61,6 +62,8 @@
V(ForInIter, ":for-in-iter") \
V(ClosureFunctionField, ":function") \
V(ClosureContextField, ":context") \
+ V(ClosureCompareFunction, "_Closure_comparison") \
+ V(ClosureHashCodeFunction, "_Closure_hashCode") \
V(Library, "library") \
V(Import, "import") \
V(Source, "source") \
« runtime/vm/object.cc ('K') | « runtime/vm/parser.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698