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

Unified Diff: runtime/vm/symbols.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/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index ed9d4e0b49721f0b357c2f9c98e51162adb3343a..39c011c12fa71cdd4810134b2312631ceef8b221 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -27,8 +27,8 @@ class ObjectPointerVisitor;
V(This, "this") \
V(Super, "super") \
V(Call, "call") \
- V(HasNext, "hasNext") \
- V(Next, "next") \
+ V(Current, "current") \
+ V(MoveNext, "moveNext") \
V(Value, "value") \
V(ExprTemp, ":expr_temp") \
V(AnonymousClosure, "<anonymous closure>") \

Powered by Google App Engine
This is Rietveld 408576698