Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error:Error while printing unhandled rejection
Promise.reject({ toSource() { throw "another error"; } });
// |jit-test| error:Error while printing unhandled rejection
Promise.reject({ toSource() { throw "another error"; } });