| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index 83f49e68034db503d550371e66960610289e5e47..3364fed717f09a640156d6ed1034767762d4d273 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -602,6 +602,9 @@ namespace internal {
|
| TFJ(StringPrototypeCharAt, 2) \
|
| /* ES6 section 21.1.3.2 String.prototype.charCodeAt ( pos ) */ \
|
| TFJ(StringPrototypeCharCodeAt, 2) \
|
| + /* ES6 section 21.1.3.8 */ \
|
| + /* String.prototype.indexOf ( searchString [ , position ] ) */ \
|
| + CPP(StringPrototypeIndexOf) \
|
| /* ES6 section 21.1.3.9 */ \
|
| /* String.prototype.lastIndexOf ( searchString [ , position ] ) */ \
|
| CPP(StringPrototypeLastIndexOf) \
|
|
|