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