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

Unified Diff: runtime/vm/dart_entry.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/dart_entry.h
diff --git a/runtime/vm/dart_entry.h b/runtime/vm/dart_entry.h
index d3aad80980fef470d2b0e6d8133b84e5680ee0bf..8728dd1b94898c0a2ece763a65b56e8b4d759651 100644
--- a/runtime/vm/dart_entry.h
+++ b/runtime/vm/dart_entry.h
@@ -183,6 +183,9 @@ class DartLibraryCalls : public AllStatic {
// On success, returns a RawInstance. On failure, a RawError.
static RawObject* Equals(const Instance& left, const Instance& right);
+ // On success, returns a RawInstance. On failure, a RawError.
+ static RawObject* IdentityHashCode(const Instance& object);
+
// Returns the handler if one has been registered for this port id.
static RawObject* LookupHandler(Dart_Port port_id);
« no previous file with comments | « runtime/vm/clustered_snapshot.cc ('k') | runtime/vm/dart_entry.cc » ('j') | runtime/vm/object.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698