Fix clobbered register when setting this_function variable.
authormstarzinger <mstarzinger@chromium.org>
Mon, 15 Jun 2015 10:18:45 +0000 (03:18 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 15 Jun 2015 10:18:57 +0000 (10:18 +0000)
commitbf2bbc8ba508ccd21edf3c08d2e4192c4764ae91
treeea03d0eaabad55c10fd3e4566337950016a6235b
parented977c972ee243b8fe4dc152fc42e0113725014d
Fix clobbered register when setting this_function variable.

R=arv@chromium.org
TEST=mjsunit/regress/regress-crbug-498022
BUG=chromium:498022
LOG=N

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

Cr-Commit-Position: refs/heads/master@{#29020}
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
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-crbug-498022.js [new file with mode: 0644]