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

Unified Diff: runtime/vm/symbols.h

Issue 11035057: Hide internal details of VM string implementation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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/vm/parser.cc ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 371b9eb01335449d37f14b9d159e01a38f3ede3b..b08deef6ff57aa80ff4ce709c9f42376a20251f5 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -45,7 +45,7 @@ class ObjectPointerVisitor;
V(MapLiteralFactory, "Map.fromLiteral") \
V(ImmutableMap, "ImmutableMap") \
V(ImmutableMapConstructor, "ImmutableMap._create") \
- V(StringBase, "StringBase") \
+ V(StringBase, "_StringBase") \
V(Interpolate, "_interpolate") \
V(GetIterator, "iterator") \
V(NoSuchMethod, "noSuchMethod") \
@@ -104,12 +104,12 @@ class ObjectPointerVisitor;
V(ObjectArray, "_ObjectArray") \
V(GrowableObjectArray, "_GrowableObjectArray") \
V(ImmutableArray, "_ImmutableArray") \
- V(OneByteString, "OneByteString") \
- V(TwoByteString, "TwoByteString") \
- V(FourByteString, "FourByteString") \
- V(ExternalOneByteString, "ExternalOneByteString") \
- V(ExternalTwoByteString, "ExternalTwoByteString") \
- V(ExternalFourByteString, "ExternalFourByteString") \
+ V(OneByteString, "_OneByteString") \
+ V(TwoByteString, "_TwoByteString") \
+ V(FourByteString, "_FourByteString") \
+ V(ExternalOneByteString, "_ExternalOneByteString") \
+ V(ExternalTwoByteString, "_ExternalTwoByteString") \
+ V(ExternalFourByteString, "_ExternalFourByteString") \
V(Stacktrace, "Stacktrace") \
V(JSSyntaxRegExp, "JSSyntaxRegExp") \
V(Object, "Object") \
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/corelib/corelib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698