• littledan's avatar
    Unstage non-standard Promise functions · 88c8361b
    littledan authored
    This patch removes Promise functions and methods which are absent
    from the ES2015 specification when the --es-staging flag is on.
    The patch is being relanded after being reverted due to an
    unrelated bug. This version is slightly different as promise_chain
    is installed on the context regardless of the flag value, so that
    the Promise::Chain API continues to work until it is deprecated.
    
    BUG=v8:3237
    R=rossberg
    LOG=Y
    
    Review URL: https://codereview.chromium.org/1513873002
    
    Cr-Commit-Position: refs/heads/master@{#32772}
    88c8361b
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...