[turbofan] Build graphs for super constructor calls.
authormstarzinger <mstarzinger@chromium.org>
Tue, 14 Jul 2015 11:40:15 +0000 (04:40 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 14 Jul 2015 11:40:31 +0000 (11:40 +0000)
commit9cf1c58145403ba63b7546dd3eff7ef80649acea
tree420e9e982d6690afc4011c73bd29f8fb788b8d9f
parentf996793ec0be128599988671825f469eaf999982
[turbofan] Build graphs for super constructor calls.

This adapts JSCallConstruct nodes to represent both, ordinary 'new'
constructor calls as well as 'super' constructor calls. Note that we
still bailout for super calls for now.

R=bmeurer@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#29647}
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/js-generic-lowering.cc