Add missing BailoutId and FrameState to with statements.
authormstarzinger <mstarzinger@chromium.org>
Thu, 22 Jan 2015 10:57:30 +0000 (02:57 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 22 Jan 2015 10:57:42 +0000 (10:57 +0000)
commit558efe21f0a029dcb9ace1ec15af62c420cd42e5
treef23c81ab263d5198b87b9caef38bce1ca032aad7
parent8fb593047a83a3ced9802ad41ff4529e2dc31d1f
Add missing BailoutId and FrameState to with statements.

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

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

Cr-Commit-Position: refs/heads/master@{#26218}
src/ast-numbering.cc
src/ast.h
src/compiler/ast-graph-builder.cc
src/compiler/linkage.cc
src/compiler/operator-properties.cc
src/full-codegen.cc
test/mjsunit/regress/regress-crbug-450642.js [new file with mode: 0644]
test/unittests/compiler/js-operator-unittest.cc