Reviewers: Søren Gjesse, Description: Avoid using Function.prototype.call in a number of places in our builtins files. We should always use %_CallFunction for a couple of reasons: it cannot be overwritten and it does not wrap basic types in wrapper objects.
Please review this at http://codereview.chromium.org/6349018/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/date.js M src/json.js M src/messages.js M src/mirror-debugger.js M src/regexp.js M test/cctest/test-api.cc M test/mjsunit/debug-backtrace-text.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
