Reland "Trigger exception debug event for promises at the throw site."
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 30 Apr 2014 15:17:51 +0000 (15:17 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 30 Apr 2014 15:17:51 +0000 (15:17 +0000)
commit7e367ae0ed6c9cdfe97b4f23c2df867e6e25dbb4
tree574dbd8d07cab53b439023b1ee6ccb7510c50fb5
parentb8008a3e39817d28f9fcd74d41333984808a94f4
Reland "Trigger exception debug event for promises at the throw site."

R=rossberg@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@21097 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
18 files changed:
include/v8-debug.h
src/debug-debugger.js
src/debug.cc
src/debug.h
src/isolate.cc
src/mirror-debugger.js
src/promise.js
src/runtime.cc
src/runtime.h
test/mjsunit/es6/debug-promises-caught-all.js
test/mjsunit/es6/debug-promises-caught-late.js [new file with mode: 0644]
test/mjsunit/es6/debug-promises-caught-uncaught.js
test/mjsunit/es6/debug-promises-reentry.js [new file with mode: 0644]
test/mjsunit/es6/debug-promises-throw-in-constructor.js [new file with mode: 0644]
test/mjsunit/es6/debug-promises-throw-in-reject.js
test/mjsunit/es6/debug-promises-uncaught-all.js
test/mjsunit/es6/debug-promises-uncaught-uncaught.js
test/mjsunit/es6/debug-promises-undefined-reject.js