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

Unified Diff: runtime/vm/intrinsifier.h

Issue 11410086: Use iterator, moveNext(), current. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Address comments. Created 8 years, 1 month 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 d1277504e61da21ddc09af5efeeb0090515ec2ac..378d1d6aef68073a9f4833428a93d04755362f4c 100644
--- a/runtime/vm/intrinsifier.h
+++ b/runtime/vm/intrinsifier.h
@@ -71,8 +71,6 @@ namespace dart {
V(::, sin, Math_sin) \
V(::, cos, Math_cos) \
V(Object, ==, Object_equal) \
- V(_FixedSizeArrayIterator, get:hasNext, FixedSizeArrayIterator_getHasNext) \
Ivan Posva 2012/11/26 18:20:13 The equivalent routines will need to be handled. P
floitsch 2012/11/28 13:44:34 done.
- V(_FixedSizeArrayIterator, next, FixedSizeArrayIterator_next) \
V(_StringBase, get:hashCode, String_getHashCode) \
V(_StringBase, get:isEmpty, String_getIsEmpty) \
V(_StringBase, get:length, String_getLength) \

Powered by Google App Engine
This is Rietveld 408576698