v8/test/debugger/debug/es6/debug-promises
Marja Hölttä 6f994a0bdf [Promise.any] Add Promise.any
CL adopted from joshualitt@: https://chromium-review.googlesource.com/c/v8/v8/+/2002932

Link to explainer is here: https://github.com/tc39/proposal-promise-any

Co-authored-by: Joshua Litt <joshualitt@chromium.org>

Bug: v8:9808
Change-Id: I6872020e857d4b131d5663f95fd58e6271ccb067
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2124834
Commit-Queue: Marja Hölttä <marja@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Reviewed-by: Sathya Gunasekaran  <gsathya@chromium.org>
Reviewed-by: Shu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#67502}
2020-04-30 14:24:47 +00:00
..
evaluate-across-microtasks.js
promise-all-caught.js
promise-all-uncaught.js
promise-any-caught.js [Promise.any] Add Promise.any 2020-04-30 14:24:47 +00:00
promise-any-uncaught.js [Promise.any] Add Promise.any 2020-04-30 14:24:47 +00:00
promise-race-caught.js
promise-race-uncaught.js
proxy-as-promise.js
reentry.js
reject-after-resolve.js
reject-caught-all.js
reject-caught-by-default-reject-handler.js
reject-caught-late.js
reject-caught-uncaught.js
reject-in-constructor-opt.js
reject-in-constructor.js
reject-uncaught-all.js
reject-uncaught-late.js
reject-uncaught-uncaught.js
reject-with-invalid-reject.js
reject-with-throw-in-reject.js
reject-with-undefined-reject.js
stepin-constructor.js
stepin-handler.js
throw-caught-all.js
throw-caught-by-default-reject-handler.js
throw-caught-late.js
throw-caught-uncaught.js
throw-eventually-caught.js
throw-finally-caught-all.js
throw-in-constructor.js
throw-uncaught-all.js
throw-uncaught-uncaught.js
throw-with-throw-in-reject.js
try-reject-in-constructor.js
try-throw-reject-in-constructor.js