• littledan's avatar
    Ship ES2015 Symbol.species · 1353b37d
    littledan authored
    This patch moves the ES2015 Symbol.species feature from staging to
    shipping. @@species should be good to ship now that the regression
    from fast-path cases in concat, slice and splice have been addressed.
    
    R=adamk
    BUG=v8:4093
    LOG=Y
    CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
    
    Review URL: https://codereview.chromium.org/1721993002
    
    Cr-Commit-Position: refs/heads/master@{#34226}
    1353b37d
Name
Last commit
Last update
..
async-task-event.js Loading commit data...
events.js Loading commit data...
promise-all-caught.js Loading commit data...
promise-all-uncaught.js Loading commit data...
promise-race-caught.js Loading commit data...
promise-race-uncaught.js Loading commit data...
reentry.js Loading commit data...
reject-after-resolve.js Loading commit data...
reject-caught-all.js Loading commit data...
reject-caught-by-default-reject-handler.js Loading commit data...
reject-caught-late.js Loading commit data...
reject-caught-uncaught.js Loading commit data...
reject-in-constructor.js Loading commit data...
reject-uncaught-all.js Loading commit data...
reject-uncaught-late.js Loading commit data...
reject-uncaught-uncaught.js Loading commit data...
reject-with-invalid-reject.js Loading commit data...
reject-with-throw-in-reject.js Loading commit data...
reject-with-undefined-reject.js Loading commit data...
resolve-after-aborted-try-finally.js Loading commit data...
resolve-after-try-catch.js Loading commit data...
rethrow-in-try-finally.js Loading commit data...
stepin-constructor.js Loading commit data...
stepin-handler.js Loading commit data...
throw-caught-all.js Loading commit data...
throw-caught-by-default-reject-handler.js Loading commit data...
throw-caught-late.js Loading commit data...
throw-caught-uncaught.js Loading commit data...
throw-eventually-caught.js Loading commit data...
throw-in-constructor.js Loading commit data...
throw-uncaught-all.js Loading commit data...
throw-uncaught-uncaught.js Loading commit data...
throw-with-throw-in-reject.js Loading commit data...
throw-with-undefined-reject.js Loading commit data...
try-reject-in-constructor.js Loading commit data...
try-throw-reject-in-constructor.js Loading commit data...