| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 0) timeout3 (async-callstack.html:61) | 64 0) timeout3 (async-callstack.html:61) |
| 65 1) longTail0 (async-callstack.html:50) | 65 1) longTail0 (async-callstack.html:50) |
| 66 [setTimeout] | 66 [setTimeout] |
| 67 0) longTail1 (:1) | 67 0) longTail1 (:1) |
| 68 [setTimeout] | 68 [setTimeout] |
| 69 0) longTail2 (:2) | 69 0) longTail2 (:2) |
| 70 [setTimeout] | 70 [setTimeout] |
| 71 0) longTail3 (:3) | 71 0) longTail3 (:3) |
| 72 [setTimeout] | 72 [setTimeout] |
| 73 0) longTail4 (:4) | 73 0) longTail4 (:4) |
| 74 [setTimeout] |
| 75 0) longTail5 (:5) |
| 76 [setTimeout] |
| 77 0) longTail6 (:6) |
| 78 [setTimeout] |
| 79 0) longTail7 (:7) |
| 80 [setTimeout] |
| 81 0) longTail8 (:8) |
| 74 | 82 |
| 75 | 83 |
| OLD | NEW |