Chromium Code Reviews| 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) \ |