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

Unified Diff: runtime/vm/intrinsifier.h

Issue 11230011: Make hasNext a getter instead of a method. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove unused variable. 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
« no previous file with comments | « runtime/lib/string_base.dart ('k') | runtime/vm/intrinsifier_arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/intrinsifier.h
diff --git a/runtime/vm/intrinsifier.h b/runtime/vm/intrinsifier.h
index a6cbb983a0843f1f4842d637df6694cc233d5f4a..a2f218d557875713b8dfca4c11685be88324b63e 100644
--- a/runtime/vm/intrinsifier.h
+++ b/runtime/vm/intrinsifier.h
@@ -72,8 +72,8 @@ namespace dart {
V(::, sin, Math_sin) \
V(::, cos, Math_cos) \
V(Object, ==, Object_equal) \
+ V(_FixedSizeArrayIterator, get:hasNext, FixedSizeArrayIterator_getHasNext) \
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) \
« no previous file with comments | « runtime/lib/string_base.dart ('k') | runtime/vm/intrinsifier_arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698