v8/test/mjsunit/es6/debug-promises
littledan aae17eb31b Do not trigger ExceptionEvents for another forwarding case
This patch fixes up one last case of redundant ExceptionEvents being
triggered in the debugger for Promises--it makes the default reject
handler for Promises (e.g., if the second argument for
Promise.prototype.then is missing) appear to the debugger as a
rethrow.

R=adamk@chromium.org,jgruber@chromium.org
BUG=v8:5167

Review-Url: https://codereview.chromium.org/2278643002
Cr-Commit-Position: refs/heads/master@{#38876}
2016-08-24 20:38:13 +00:00
..
async-task-event.js Async/await event listener test 2016-06-10 19:15:35 +00:00
evaluate-across-microtasks.js
promise-all-caught.js
promise-all-uncaught.js Change which ExceptionEvents are triggered by Promises 2016-08-24 00:20:50 +00:00
promise-race-caught.js
promise-race-uncaught.js Change which ExceptionEvents are triggered by Promises 2016-08-24 00:20:50 +00:00
reentry.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
reject-after-resolve.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
reject-caught-all.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
reject-caught-by-default-reject-handler.js Do not trigger ExceptionEvents for another forwarding case 2016-08-24 20:38:13 +00:00
reject-caught-late.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
reject-caught-uncaught.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
reject-in-constructor.js
reject-uncaught-all.js Change which ExceptionEvents are triggered by Promises 2016-08-24 00:20:50 +00:00
reject-uncaught-late.js
reject-uncaught-uncaught.js Change which ExceptionEvents are triggered by Promises 2016-08-24 00:20:50 +00:00
reject-with-invalid-reject.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
reject-with-throw-in-reject.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
reject-with-undefined-reject.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
stepin-constructor.js
stepin-handler.js
throw-caught-all.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
throw-caught-by-default-reject-handler.js Do not trigger ExceptionEvents for another forwarding case 2016-08-24 20:38:13 +00:00
throw-caught-late.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
throw-caught-uncaught.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
throw-eventually-caught.js
throw-finally-caught-all.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
throw-in-constructor.js
throw-uncaught-all.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
throw-uncaught-uncaught.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
throw-with-throw-in-reject.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
throw-with-undefined-reject.js
try-reject-in-constructor.js
try-throw-reject-in-constructor.js