Fix receiver when calling eval() bound by with scope
authorwingo <wingo@igalia.com>
Wed, 24 Jun 2015 16:47:50 +0000 (09:47 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 24 Jun 2015 16:47:58 +0000 (16:47 +0000)
commit3c5f0db3a1768ade68108bf003676ce378d1cbdc
tree912193ad1eb34a37b731a1019d42fcce2ef4f85c
parent6e6af7e7c70050cdd5ce56cdbaee3b6e8a7caa89
Fix receiver when calling eval() bound by with scope

Thanks to AndrĂ© Bargull for the report.

BUG=v8:4214
LOG=N
R=arv@chromium.org, mstarzinger@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#29259}
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]