i18n.js was not using original functions
authorarv <arv@chromium.org>
Wed, 24 Jun 2015 20:54:08 +0000 (13:54 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 24 Jun 2015 20:54:22 +0000 (20:54 +0000)
commit51073d5f404354d89a3a988f8de28b1f0ea1b96a
tree7490d495270aab0ec75f949d5f6dd7940a90e6df
parent93d130ce70c951022e80bb08f9e07da7b2fba0aa
i18n.js was not using original functions

The i18n.js code was calling a lot of methods, which might have been
removed or replaced by user code.

Make sure we use the original functions.

BUG=v8:4220
LOG=N
R=adamk, littledan
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel

Review URL: https://codereview.chromium.org/1199813004

Cr-Commit-Position: refs/heads/master@{#29268}
src/array.js
src/i18n.js
src/regexp.js
src/string.js
test/mjsunit/string-normalize.js [new file with mode: 0644]