DescriptionImplements ES6 String.prototype.normalize method.
BUG=v8:2943
LOG=Y
TEST=Unit tests for "real life" use cases, edge cases, various types of normalization.
==========================
This is identical to the previous CL
https://codereview.chromium.org/40133004/
with two differences:
* Added a dummy implementation of String.prototype.normalize to be used when v8 is compiled without intl support
* Rebased the the test files for webkit. That was the only reason for the previous failure (and revert).
Thank you,
Mihai
R=svenpanne@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=18972
Patch Set 1 #
Total comments: 3
Patch Set 2 : Implemented review feedback: CHECK_OBJECT_COERCIBLE macro to check for null/undefined. #
Total comments: 8
Messages
Total messages: 14 (0 generated)
|