v8/test/mjsunit/es6/debug-promises
jgruber 0cb3897179 [debugger] Basic scope functionality and exception events in wrapper
BUG=v8:5530

Review-Url: https://codereview.chromium.org/2487673002
Cr-Commit-Position: refs/heads/master@{#40840}
2016-11-08 14:54:10 +00:00
..
promise-all-uncaught.js Make Promise.all/Promise.race catch prediction conditional on DevTools 2016-09-20 19:34:35 +00:00
promise-race-uncaught.js Make Promise.all/Promise.race catch prediction conditional on DevTools 2016-09-20 19:34:35 +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-in-constructor.js Trigger exception debug events on Promise reject. 2014-08-06 09:41:52 +00:00
reject-uncaught-all.js Change which ExceptionEvents are triggered by Promises 2016-08-24 00:20:50 +00:00
reject-uncaught-late.js Remove unnecessary coupling between Promise tests and Object.observe 2015-07-21 17:17:07 +00:00
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
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-finally-caught-all.js Remove --promise-extra flag 2016-08-22 21:35:06 +00:00
throw-in-constructor.js Trigger exception debug events on Promise reject. 2014-08-06 09:41:52 +00:00
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 Check that Promise subclasses have callable resolve/reject 2016-03-10 23:22:31 +00:00
try-reject-in-constructor.js Trigger exception debug events on Promise reject. 2014-08-06 09:41:52 +00:00
try-throw-reject-in-constructor.js Trigger exception debug events on Promise reject. 2014-08-06 09:41:52 +00:00