OLD | NEW |
(Empty) | |
| 1 Tests asynchronous call stacks for SIMPLE Promises. |
| 2 |
| 3 Debugger was enabled. |
| 4 Set timer for test function. |
| 5 Captured call stacks in no particular order: |
| 6 Call stack: |
| 7 0) errorCallback (async-callstack-promises-simple.html:44) |
| 8 [Promise.reject] |
| 9 0) rejectPromise (async-callstack-promises-simple.html:16) |
| 10 [setTimeout] |
| 11 0) promiseCallback (async-callstack-promises-simple.html:19) |
| 12 1) timeoutPromise (async-callstack-promises-simple.html:9) |
| 13 2) doTestPromiseResolveAndReject (async-callstack-promises-simple.html:50) |
| 14 3) testFunctionTimeout (async-callstack-promises-simple.html:34) |
| 15 [setTimeout] |
| 16 0) testFunction (async-callstack-promises-simple.html:27) |
| 17 |
| 18 Call stack: |
| 19 0) thenCallback (async-callstack-promises-simple.html:39) |
| 20 [Promise.resolve] |
| 21 0) resolvePromise (async-callstack-promises-simple.html:12) |
| 22 [setTimeout] |
| 23 0) promiseCallback (async-callstack-promises-simple.html:21) |
| 24 1) timeoutPromise (async-callstack-promises-simple.html:9) |
| 25 2) doTestPromiseResolveAndReject (async-callstack-promises-simple.html:49) |
| 26 3) testFunctionTimeout (async-callstack-promises-simple.html:34) |
| 27 [setTimeout] |
| 28 0) testFunction (async-callstack-promises-simple.html:27) |
| 29 |
| 30 Debugger was disabled. |
| 31 |
OLD | NEW |