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