Chromium Code Reviews| Index: runtime/vm/bootstrap_natives.h |
| =================================================================== |
| --- runtime/vm/bootstrap_natives.h (revision 11257) |
| +++ runtime/vm/bootstrap_natives.h (working copy) |
| @@ -69,6 +69,7 @@ |
| V(ObjectArray_getLength, 1) \ |
| V(ObjectArray_copyFromObjectArray, 5) \ |
| V(StringBase_createFromCodePoints, 1) \ |
| + V(StringBase_substringUnchecked, 3) \ |
| V(String_hashCode, 1) \ |
| V(String_getLength, 1) \ |
| V(String_charAt, 2) \ |