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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 515183002: Make String.fromCharCodes take start/end. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Merge to tip of tree. Created 6 years, 3 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
Index: runtime/vm/bootstrap_natives.h
diff --git a/runtime/vm/bootstrap_natives.h b/runtime/vm/bootstrap_natives.h
index 8aaa4b377cbf5f0efd0876ba59115f5e4564b98c..7dd31ea251f6a58c083e2847e7ce0262ac599a14 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -98,13 +98,13 @@ namespace dart {
V(List_getLength, 1) \
V(List_slice, 4) \
V(ImmutableList_from, 4) \
- V(StringBase_createFromCodePoints, 1) \
+ V(StringBase_createFromCodePoints, 3) \
V(StringBase_substringUnchecked, 3) \
V(StringBuffer_createStringFromUint16Array, 3) \
V(OneByteString_substringUnchecked, 3) \
V(OneByteString_splitWithCharCode, 2) \
V(OneByteString_allocate, 1) \
- V(OneByteString_allocateFromOneByteList, 1) \
+ V(OneByteString_allocateFromOneByteList, 3) \
V(OneByteString_setAt, 3) \
V(ExternalOneByteString_getCid, 0) \
V(String_getHashCode, 1) \

Powered by Google App Engine
This is Rietveld 408576698