Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index 014b4180c8c07e940e8e172a6c3c2d26f04a4add..94d162ecffa5f154190cf5d824f16167ac9fa357 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -535,6 +535,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) \ |