First simple implementation of for-of in TurboFan.
authormstarzinger <mstarzinger@chromium.org>
Wed, 14 Jan 2015 15:24:20 +0000 (07:24 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 14 Jan 2015 15:24:29 +0000 (15:24 +0000)
commit2ebe24c9cb22452bc1f84744e21453b5afaf054a
tree2df7acf5e7e8a8b1cb210a53441379b41f820296
parent6586bd19fd8a9b15e569d0beb3dccb9d4ef95839
First simple implementation of for-of in TurboFan.

R=rossberg@chromium.org
TEST=cctest/test-run-jsbranches/ForOfContinueStatement

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

Cr-Commit-Position: refs/heads/master@{#26060}
src/ast-numbering.cc
src/compiler/ast-graph-builder.cc
src/compiler/control-builders.cc
src/compiler/control-builders.h
src/compiler/pipeline.cc
test/cctest/compiler/test-run-jsbranches.cc