v8/test/mjsunit/es6/debug-promises
yangguo@chromium.org cf75a0b6e6 Fix PromiseHasRejectHandler.
The odd-numbered items in the queue are deferred objects, not promises.

R=aandrey@chromium.org

Review URL: https://codereview.chromium.org/473803003

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23143 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-08-18 08:43:11 +00:00
..
async-task-event.js
events.js
reentry.js
reject-after-resolve.js
reject-caught-all.js
reject-caught-by-default-reject-handler.js Fix PromiseHasRejectHandler. 2014-08-18 08:43:11 +00:00
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
throw-caught-all.js
throw-caught-by-default-reject-handler.js Fix PromiseHasRejectHandler. 2014-08-18 08:43:11 +00:00
throw-caught-late.js
throw-caught-uncaught.js
throw-eventually-caught.js Fix PromiseHasRejectHandler. 2014-08-18 08:43:11 +00:00
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