Reviewers: Søren Gjesse, Description: Avoid callbacks to user code during error formatting in a couple of other situations.
Do not use overwritten Object.prototype.hasOwnProperty and Array.prototype.pop. Do not use split and join in the error formatting implementation. They are too big to control and their generality is not needed. Please review this at http://codereview.chromium.org/6287041/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/array.js M src/messages.js M src/mirror-debugger.js M test/cctest/test-api.cc M test/mjsunit/mirror-error.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
