On 2014/08/05 08:39:01, Yang wrote:

Additional less important changes:
- the promise is always passed to the debug listener as part of the exception
debug event, regardless of whether the exception is caught or uncaught.
- using custom promise constructors (see
test/mjsunit/es6/debug-promises/throw-with-throw-in-reject.js for example) now
trigger two distinct exception events: one when the promise is rejected, one
when the custom reject closure throws.
- reworked the tests to be more strict: we now use Object.observe to hook into the processing loop to be able to assert things after promise handling is fully
done.
- moved all of those tests to es6/debug-promises folder

https://codereview.chromium.org/440773004/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to