| OLD | NEW |
| 1 Tests asynchronous call stacks for Promises. | 1 Tests asynchronous call stacks for Promises. |
| 2 | 2 |
| 3 Debugger was enabled. | |
| 4 Set timer for test function. | 3 Set timer for test function. |
| 5 Captured call stacks in no particular order: | 4 Captured call stacks in no particular order: |
| 6 Call stack: | 5 Call stack: |
| 7 0) afterJSONStringifyAndParse (async-callstack-promises.html:97) | 6 0) afterJSONStringifyAndParse (async-callstack-promises.html:97) |
| 8 [Promise.resolve] | 7 [Promise.resolve] |
| 9 0) resolvePromise (async-callstack-promises.html:12) | 8 0) resolvePromise (async-callstack-promises.html:12) |
| 10 [setTimeout] | 9 [setTimeout] |
| 11 0) promiseCallback (async-callstack-promises.html:21) | 10 0) promiseCallback (async-callstack-promises.html:21) |
| 12 1) timeoutPromise (async-callstack-promises.html:9) | 11 1) timeoutPromise (async-callstack-promises.html:9) |
| 13 2) doTestChainedPromises (async-callstack-promises.html:93) | 12 2) doTestChainedPromises (async-callstack-promises.html:93) |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 [Promise.resolve] | 164 [Promise.resolve] |
| 166 0) resolvePromise (async-callstack-promises.html:12) | 165 0) resolvePromise (async-callstack-promises.html:12) |
| 167 [setTimeout] | 166 [setTimeout] |
| 168 0) promiseCallback (async-callstack-promises.html:21) | 167 0) promiseCallback (async-callstack-promises.html:21) |
| 169 1) timeoutPromise (async-callstack-promises.html:9) | 168 1) timeoutPromise (async-callstack-promises.html:9) |
| 170 2) doTestPromiseAll (async-callstack-promises.html:103) | 169 2) doTestPromiseAll (async-callstack-promises.html:103) |
| 171 3) testFunctionTimeout (async-callstack-promises.html:50) | 170 3) testFunctionTimeout (async-callstack-promises.html:50) |
| 172 [setTimeout] | 171 [setTimeout] |
| 173 0) testFunction (async-callstack-promises.html:43) | 172 0) testFunction (async-callstack-promises.html:43) |
| 174 | 173 |
| 175 Debugger was disabled. | |
| 176 | 174 |
| OLD | NEW |