Chromium Code Reviews| Index: src/js/string.js |
| diff --git a/src/js/string.js b/src/js/string.js |
| index 1da5c5f766b979353a5e053518f31f41cf7fe635..de910532f37cba98637ce030330766c983511f55 100644 |
| --- a/src/js/string.js |
| +++ b/src/js/string.js |
| @@ -106,6 +106,7 @@ function StringSlice(start, end) { |
| return %_SubString(s, start_i, end_i); |
| } |
| +// TODO(littledan): Rewrite these four functions as C++ builtins |
| // ECMA-262, 15.5.4.16 |
| function StringToLowerCaseJS() { |
| CHECK_OBJECT_COERCIBLE(this, "String.prototype.toLowerCase"); |