• mstarzinger's avatar
    [fullcodegen] Remove for-of iteration support. · 88320112
    mstarzinger authored
    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
    
    Review-Url: https://codereview.chromium.org/2534883004
    Cr-Commit-Position: refs/heads/master@{#41357}
    88320112
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
x87 Loading commit data...
OWNERS Loading commit data...
full-codegen.cc Loading commit data...
full-codegen.h Loading commit data...