Index: runtime/vm/dart_entry.h |
=================================================================== |
--- runtime/vm/dart_entry.h (revision 37709) |
+++ runtime/vm/dart_entry.h (working copy) |
@@ -159,6 +159,9 @@ |
static RawObject* ToString(const Instance& receiver); |
// On success, returns a RawInstance. On failure, a RawError. |
+ static RawObject* HashCode(const Instance& receiver); |
+ |
+ // On success, returns a RawInstance. On failure, a RawError. |
static RawObject* Equals(const Instance& left, const Instance& right); |
// Returns the handler if one has been registered for this port id. |