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

Unified Diff: runtime/vm/bootstrap_natives.h

Issue 11414273: Added native to split OneByteString with a char code as pattern. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« no previous file with comments | « runtime/lib/string_base.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/bootstrap_natives.h
===================================================================
--- runtime/vm/bootstrap_natives.h (revision 15607)
+++ runtime/vm/bootstrap_natives.h (working copy)
@@ -75,6 +75,7 @@
V(StringBase_createFromCodePoints, 1) \
V(StringBase_substringUnchecked, 3) \
V(OneByteString_substringUnchecked, 3) \
+ V(OneByteString_splitWithCharCode, 2) \
V(String_getHashCode, 1) \
V(String_getLength, 1) \
V(String_charAt, 2) \
« no previous file with comments | « runtime/lib/string_base.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698