Chromium Code Reviews| Index: src/builtins/builtins.h |
| diff --git a/src/builtins/builtins.h b/src/builtins/builtins.h |
| index 8be259938d23b50c550091e47c7b2f93ff2c0957..db1afedc50afc8e7dcb8c5f3eec579d9a0b26d12 100644 |
| --- a/src/builtins/builtins.h |
| +++ b/src/builtins/builtins.h |
| @@ -534,6 +534,8 @@ namespace internal { |
| TFJ(StringPrototypeCharAt, 2) \ |
| /* ES6 section 21.1.3.2 String.prototype.charCodeAt ( pos ) */ \ |
| TFJ(StringPrototypeCharCodeAt, 2) \ |
| + /* ECMA-262 v6, section 21.1.3.12 String.prototype.normalize ( [form] ) */ \ |
|
Benedikt Meurer
2016/09/09 16:36:06
Nit: for consistency use /* ES6 section ... */
|
| + CPP(StringPrototypeNormalize) \ |
| /* ES6 section 21.1.3.25 String.prototype.toString () */ \ |
| TFJ(StringPrototypeToString, 1) \ |
| CPP(StringPrototypeTrim) \ |