| Index: src/builtins/builtins.h
|
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h
|
| index 59065749a9df5193085b8a14f9741ac066669351..2ed5029edfe961b7128eb5967ce7c44cac2aa920 100644
|
| --- a/src/builtins/builtins.h
|
| +++ b/src/builtins/builtins.h
|
| @@ -553,6 +553,8 @@ namespace internal {
|
| CPP(StringPrototypeLocaleCompare) \
|
| /* ES6 section 21.1.3.12 String.prototype.normalize ( [form] ) */ \
|
| CPP(StringPrototypeNormalize) \
|
| + /* ES6 section B.2.3.1 String.prototype.substr ( start, length ) */ \
|
| + TFJ(StringPrototypeSubstr, 3) \
|
| /* ES6 section 21.1.3.19 String.prototype.substring ( start, end ) */ \
|
| TFJ(StringPrototypeSubstring, 3) \
|
| /* ES6 section 21.1.3.25 String.prototype.toString () */ \
|
|
|