Add missing FrameState to JSToName nodes.
authormstarzinger <mstarzinger@chromium.org>
Wed, 28 Jan 2015 11:39:24 +0000 (03:39 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 28 Jan 2015 11:40:02 +0000 (11:40 +0000)
commitc5833e8596a40c88f3528791c14643156b73e350
tree60c1c9e051f7ea134d41a2f4e12861dcd0f6f169
parent4384eb4752d9b7351c5e150e448495d1ba80aa2f
Add missing FrameState to JSToName nodes.

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

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

Cr-Commit-Position: refs/heads/master@{#26305}
16 files changed:
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/ast-numbering.cc
src/ast.h
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/operator-properties.cc
src/full-codegen.cc
src/full-codegen.h
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc
src/x64/full-codegen-x64.cc
src/x87/full-codegen-x87.cc
test/mjsunit/regress/regress-crbug-451770.js [new file with mode: 0644]
test/unittests/compiler/js-operator-unittest.cc