Description[fullcodegen] Remove for-of iteration support.
This removes support for iterator loops (i.e. for-of loop constructs)
from the {FullCodeGenerator}. Consequently optimized code containing
such constructs must use the {BytecodeGraphBuilder} and can no longer
use the {AstGraphBuilder} for graph building.
R=bmeurer@chromium.org
BUG=v8:5657
Committed: https://crrev.com/88320112d3cfbadf7f0ed75b506e94d6c976b630
Cr-Commit-Position: refs/heads/master@{#41357}
Patch Set 1 #
Dependent Patchsets: Messages
Total messages: 12 (7 generated)
|