Index: src/builtins/builtins.h |
diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
index 65f06a4e859fdaeaf2e0274da779590810cad81b..a8d9f9ce4c624b39e15d361704d0f33e0fb25729 100644 |
--- a/src/builtins/builtins.h |
+++ b/src/builtins/builtins.h |
@@ -609,6 +609,9 @@ namespace internal { |
TFJ(StringPrototypeCharAt, 2) \ |
/* ES6 section 21.1.3.2 String.prototype.charCodeAt ( pos ) */ \ |
TFJ(StringPrototypeCharCodeAt, 2) \ |
+ /* ES6 section 21.1.3.6 */ \ |
+ /* String.prototype.endsWith ( searchString [ , endPosition ] ) */ \ |
+ CPP(StringPrototypeEndsWith) \ |
/* ES6 section 21.1.3.7 */ \ |
/* String.prototype.includes ( searchString [ , position ] ) */ \ |
CPP(StringPrototypeIncludes) \ |