Reapply "Fix receiver when calling eval() bound by with scope"
authorwingo <wingo@igalia.com>
Thu, 25 Jun 2015 13:46:31 +0000 (06:46 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 25 Jun 2015 13:46:46 +0000 (13:46 +0000)
commit40b7d874b27ff19c82f6f42c23f3ea30e26100b1
treeaadae726d5ba49ea1ab9cecb0b1ea18305f245b0
parent876ae425980f67f489323671f13d2314b0ce0a91
Reapply "Fix receiver when calling eval() bound by with scope"

Originally applied in https://codereview.chromium.org/1202963005

BUG=v8:4214
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
LOG=N
R=arv@chromium.org, mstarzinger@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#29293}
12 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/ast.h
src/compiler/ast-graph-builder.cc
src/full-codegen.h
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/ppc/full-codegen-ppc.cc
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc
test/mjsunit/regress/regress-4214.js [new file with mode: 0644]