| OLD | NEW |
| 1 Tests asynchronous call stacks in debugger. | 1 Tests asynchronous call stacks in debugger. |
| 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) animFrame1 (async-callstack.html:30) | 6 0) animFrame1 (async-callstack.html:30) |
| 7 [requestAnimationFrame] | 7 [requestAnimationFrame] |
| 8 0) timeout1 (async-callstack.html:19) | 8 0) timeout1 (async-callstack.html:19) |
| 9 1) innerTestFunction (async-callstack.html:11) | 9 1) innerTestFunction (async-callstack.html:11) |
| 10 [setTimeout] | 10 [setTimeout] |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 [setTimeout] | 51 [setTimeout] |
| 52 0) longTail1 (:1) | 52 0) longTail1 (:1) |
| 53 [setTimeout] | 53 [setTimeout] |
| 54 0) longTail2 (:2) | 54 0) longTail2 (:2) |
| 55 [setTimeout] | 55 [setTimeout] |
| 56 0) longTail3 (:3) | 56 0) longTail3 (:3) |
| 57 [setTimeout] | 57 [setTimeout] |
| 58 0) longTail4 (:4) | 58 0) longTail4 (:4) |
| 59 | 59 |
| 60 | 60 |
| OLD | NEW |