Reviewers: Lasse Reichstein, Description: Fix some usage of "this" in builtins
The implementation of Object.prototype.valueOf and Object.prototype.toString now
calls ToObject on "this" as mandated by the spec. Please review this at http://codereview.chromium.org/542112 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/codegen-arm.h M src/arm/codegen-arm.cc M src/codegen.cc M src/ia32/codegen-ia32.h M src/ia32/codegen-ia32.cc M src/macros.py M src/runtime.js M src/v8natives.js M src/x64/codegen-x64.h M src/x64/codegen-x64.cc M test/mjsunit/value-wrapper.js
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
