Comment #3 on issue 4220 by [email protected]: Unchecked use of built-ins in String.prototype.normalize
https://code.google.com/p/v8/issues/detail?id=4220#c3

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/51073d5f404354d89a3a988f8de28b1f0ea1b96a

commit 51073d5f404354d89a3a988f8de28b1f0ea1b96a
Author: arv <[email protected]>
Date: Wed Jun 24 20:54:08 2015

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}

[modify] http://crrev.com/51073d5f404354d89a3a988f8de28b1f0ea1b96a/src/array.js [modify] http://crrev.com/51073d5f404354d89a3a988f8de28b1f0ea1b96a/src/i18n.js [modify] http://crrev.com/51073d5f404354d89a3a988f8de28b1f0ea1b96a/src/regexp.js [modify] http://crrev.com/51073d5f404354d89a3a988f8de28b1f0ea1b96a/src/string.js [add] http://crrev.com/51073d5f404354d89a3a988f8de28b1f0ea1b96a/test/mjsunit/string-normalize.js


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to