| OLD | NEW |
| 1 Tests asynchronous call stacks for XHRs. | 1 Tests asynchronous call stacks for XHRs. |
| 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) downloadEnd (async-callstack-xhrs.html:36) | 6 0) downloadEnd (async-callstack-xhrs.html:36) |
| 8 1) sendXHR (async-callstack-xhrs.html:60) | 7 1) sendXHR (async-callstack-xhrs.html:60) |
| 9 2) sendSyncXHR (async-callstack-xhrs.html:21) | 8 2) sendSyncXHR (async-callstack-xhrs.html:21) |
| 10 3) timeout (async-callstack-xhrs.html:16) | 9 3) timeout (async-callstack-xhrs.html:16) |
| 11 [setTimeout] | 10 [setTimeout] |
| 12 0) testFunction (async-callstack-xhrs.html:11) | 11 0) testFunction (async-callstack-xhrs.html:11) |
| 13 | 12 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 | 56 |
| 58 Call stack: | 57 Call stack: |
| 59 0) xhr.onreadystatechange (async-callstack-xhrs.html:30) | 58 0) xhr.onreadystatechange (async-callstack-xhrs.html:30) |
| 60 [XMLHttpRequest.send] | 59 [XMLHttpRequest.send] |
| 61 0) sendXHR (async-callstack-xhrs.html:60) | 60 0) sendXHR (async-callstack-xhrs.html:60) |
| 62 1) sendAsyncXHR (async-callstack-xhrs.html:20) | 61 1) sendAsyncXHR (async-callstack-xhrs.html:20) |
| 63 2) timeout (async-callstack-xhrs.html:17) | 62 2) timeout (async-callstack-xhrs.html:17) |
| 64 [setTimeout] | 63 [setTimeout] |
| 65 0) testFunction (async-callstack-xhrs.html:11) | 64 0) testFunction (async-callstack-xhrs.html:11) |
| 66 | 65 |
| 67 Debugger was disabled. | |
| 68 | 66 |
| OLD | NEW |