• littledan's avatar
    Ship ES2015 iterator finalization · 227fd1d4
    littledan authored
    This patch moves iterator finalization (calling .return() when a
    for-of loop exits early) to shipping. The only part of this feature
    which is currently known to be missing is destructuring--.return()
    should be also be called when destructuring with an array which
    does not end in a rest pattern, but it currently does not. The rest
    of this feature, including calling .return() from certain builtins,
    is implemented.
    
    R=adamk
    BUG=v8:3566
    LOG=Y
    
    Review URL: https://codereview.chromium.org/1738463003
    
    Cr-Commit-Position: refs/heads/master@{#34307}
    227fd1d4
Name
Last commit
Last update
..
regress-173361.js Loading commit data...
regress-2219.js Loading commit data...
regress-2225.js Loading commit data...
regress-343928.js Loading commit data...
regress-4395-global-eval.js Loading commit data...
regress-4395.js Loading commit data...
regress-4400.js Loading commit data...
regress-4482.js Loading commit data...
regress-4585.js Loading commit data...
regress-4658.js Loading commit data...
regress-4696.js Loading commit data...
regress-4755.js Loading commit data...
regress-517455.js Loading commit data...
regress-546967.js Loading commit data...
regress-576662.js Loading commit data...
regress-crbug-347528.js Loading commit data...
regress-crbug-448730.js Loading commit data...
regress-crbug-461520.js Loading commit data...
regress-crbug-571149.js Loading commit data...
regress-crbug-578038.js Loading commit data...
regress-lookup-transition.js Loading commit data...
regress-observe-empty-double-array.js Loading commit data...
regress-typedarray-out-of-bounds.js Loading commit data...