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

Unified Diff: runtime/vm/symbols.h

Issue 25813002: - Rename arrays to lists: (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
« runtime/vm/object.cc ('K') | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
===================================================================
--- runtime/vm/symbols.h (revision 28179)
+++ runtime/vm/symbols.h (working copy)
@@ -116,12 +116,12 @@
V(_Bigint, "_Bigint") \
V(_Double, "_Double") \
V(Bool, "bool") \
- V(ObjectArray, "_ObjectArray") \
- V(ObjectArrayFactory, "_ObjectArray.") \
- V(GrowableObjectArray, "_GrowableObjectArray") \
- V(GrowableObjectArrayFactory, "_GrowableObjectArray.") \
- V(GrowableObjectArrayWithData, "_GrowableObjectArray.withData") \
- V(ImmutableArray, "_ImmutableArray") \
+ V(_List, "_List") \
+ V(_ListFactory, "_List.") \
+ V(_GrowableList, "_GrowableList") \
+ V(_GrowableListFactory, "_GrowableList.") \
+ V(_GrowableListWithData, "_GrowableList.withData") \
+ V(_ImmutableList, "_ImmutableList") \
srdjan 2013/10/03 00:13:31 Formatting
V(OneByteString, "_OneByteString") \
V(TwoByteString, "_TwoByteString") \
V(ExternalOneByteString, "_ExternalOneByteString") \
« runtime/vm/object.cc ('K') | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698