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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 864463002: Create string efficiently from Uint16List/View. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 2a1718fe8750bda3b5d3af8dc259927b6c5ab8d3..d72d1c0f51ebe74c218051bc4a55b0b4c99471f3 100644
--- a/runtime/vm/bootstrap_natives.h
+++ b/runtime/vm/bootstrap_natives.h
@@ -108,6 +108,7 @@ namespace dart {
V(OneByteString_allocate, 1) \
V(OneByteString_allocateFromOneByteList, 3) \
V(OneByteString_setAt, 3) \
+ V(TwoByteString_allocateFromTwoByteList, 3) \
V(ExternalOneByteString_getCid, 0) \
V(String_getHashCode, 1) \
V(String_getLength, 1) \

Powered by Google App Engine
This is Rietveld 408576698