OLD | NEW |
1 Tests asynchronous call stacks for fetch. | 1 Tests asynchronous call stacks for fetch. |
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) chained1 (async-callstack-fetch.html:15) | 6 0) chained1 (async-callstack-fetch.html:15) |
7 [Promise] | 7 [Promise.resolve] |
8 0) doFetch (async-callstack-fetch.html:14) | 8 0) doFetch (async-callstack-fetch.html:14) |
9 [setTimeout] | 9 [setTimeout] |
10 0) testFunction (async-callstack-fetch.html:9) | 10 0) testFunction (async-callstack-fetch.html:9) |
11 [setTimeout] | 11 [setTimeout] |
12 0) scheduleTestFunction (debugger-test.js:3) | 12 0) scheduleTestFunction (debugger-test.js:3) |
13 <... skipped remaining frames ...> | 13 <... skipped remaining frames ...> |
14 | 14 |
15 Call stack: | 15 Call stack: |
16 0) chained4 (async-callstack-fetch.html:19) | 16 0) chained4 (async-callstack-fetch.html:19) |
17 [Promise] | 17 [Promise.resolve] |
18 0) doFetch (async-callstack-fetch.html:14) | 18 0) doFetch (async-callstack-fetch.html:18) |
19 [setTimeout] | 19 [setTimeout] |
20 0) testFunction (async-callstack-fetch.html:9) | 20 0) testFunction (async-callstack-fetch.html:9) |
21 [setTimeout] | 21 [setTimeout] |
22 0) scheduleTestFunction (debugger-test.js:3) | 22 0) scheduleTestFunction (debugger-test.js:3) |
23 <... skipped remaining frames ...> | 23 <... skipped remaining frames ...> |
24 | 24 |
25 | 25 |
OLD | NEW |