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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 2983823002: Improve hashCode for closures (Closed)
Patch Set: Error handling Created 3 years, 5 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 1b01501b04306b3c5b6a2f1a2c8b558447d37ad7..54c3a1fa441bcca29ed13ffe6bbeab713ae289e9 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -27,7 +27,7 @@ namespace dart {
V(Object_as, 4) \
V(Function_apply, 2) \
V(Closure_equals, 2) \
- V(Closure_hashCode, 1) \
+ V(Closure_computeHash, 1) \
V(Closure_clone, 1) \
V(AbstractType_toString, 1) \
V(Identical_comparison, 2) \
« no previous file with comments | « runtime/vm/bootstrap.cc ('k') | runtime/vm/clustered_snapshot.cc » ('j') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698