Reviewers: fschneider, Description: Merge bleeding edge revision 8109 to 3.3 branch.
This makes calling of strict mode functions consistent on the branch. When called as a function without an explicit receiver, undefined is the receiver. Please review this at http://codereview.chromium.org/7080027/ SVN Base: http://v8.googlecode.com/svn/branches/3.3/ Affected files: M src/arm/builtins-arm.cc M src/arm/code-stubs-arm.cc M src/arm/full-codegen-arm.cc M src/arm/ic-arm.cc M src/arm/lithium-codegen-arm.cc M src/arm/macro-assembler-arm.h M src/arm/macro-assembler-arm.cc M src/arm/stub-cache-arm.cc M src/ia32/builtins-ia32.cc M src/ia32/code-stubs-ia32.cc M src/ia32/full-codegen-ia32.cc M src/ia32/ic-ia32.cc M src/ia32/lithium-codegen-ia32.cc M src/ia32/macro-assembler-ia32.h M src/ia32/macro-assembler-ia32.cc M src/ia32/stub-cache-ia32.cc M src/stub-cache.h M src/stub-cache.cc M src/version.cc M src/x64/builtins-x64.cc M src/x64/code-stubs-x64.cc M src/x64/full-codegen-x64.cc M src/x64/ic-x64.cc M src/x64/lithium-codegen-x64.cc M src/x64/macro-assembler-x64.h M src/x64/macro-assembler-x64.cc M src/x64/stub-cache-x64.cc A + test/mjsunit/bugs/bug-1412.js M test/mjsunit/strict-mode-implicit-receiver.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
