Bugfix: internationalization routines fail on monkeypatching.
authormvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 30 Apr 2014 07:36:12 +0000 (07:36 +0000)
committermvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 30 Apr 2014 07:36:12 +0000 (07:36 +0000)
commit0c3e70a3b6ae14d9eb15e097f5d4115b2caa18b0
treef2da922e8aadfaf2b9a8dd57ebc702b5aaed9fae
parentae2e32f808923f0c9f0e57513ebc98c226f25c84
Bugfix: internationalization routines fail on monkeypatching.

Calls to Object.defineProperty() and Object.apply() are not safe.

R=mstarzinger@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@21071 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/i18n.js
test/mjsunit/regress/regress-builtinbust-7.js [new file with mode: 0644]