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

Unified Diff: runtime/vm/intrinsifier.h

Issue 11191078: Make hashCode a getter and not a method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status file with co19 issue number. Created 8 years, 2 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/intrinsifier.h
diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
index 7516dbb13c1506d926d3a94eeebe588350d43cc8..a6cbb983a0843f1f4842d637df6694cc233d5f4a 100644
--- a/runtime/vm/intrinsifier.h
+++ b/runtime/vm/intrinsifier.h
@@ -74,9 +74,9 @@ namespace dart {
V(Object, ==, Object_equal) \
V(_FixedSizeArrayIterator, next, FixedSizeArrayIterator_next) \
V(_FixedSizeArrayIterator, hasNext, FixedSizeArrayIterator_hasNext) \
+ V(_StringBase, get:hashCode, String_getHashCode) \
V(_StringBase, get:length, String_getLength) \
V(_StringBase, charCodeAt, String_charCodeAt) \
- V(_StringBase, hashCode, String_hashCode) \
V(_StringBase, isEmpty, String_isEmpty) \
V(_ByteArrayBase, get:length, ByteArrayBase_getLength) \
V(_Int8Array, [], Int8Array_getIndexed) \

Powered by Google App Engine
This is Rietveld 408576698