aae17eb31b
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} |
||
---|---|---|
.. | ||
async-task-event.js | ||
evaluate-across-microtasks.js | ||
promise-all-caught.js | ||
promise-all-uncaught.js | ||
promise-race-caught.js | ||
promise-race-uncaught.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.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 | ||
throw-with-undefined-reject.js | ||
try-reject-in-constructor.js | ||
try-throw-reject-in-constructor.js |