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] |
11 0) testFunction (async-callstack.html:13) | 11 0) testFunction (async-callstack.html:13) |
| 12 [setTimeout] |
| 13 0) scheduleTestFunction (debugger-test.js:3) |
| 14 <... skipped remaining frames ...> |
12 | 15 |
13 Call stack: | 16 Call stack: |
14 0) animFrame2 (async-callstack.html:47) | 17 0) animFrame2 (async-callstack.html:47) |
15 [requestAnimationFrame] | 18 [requestAnimationFrame] |
16 0) animFrame1 (async-callstack.html:32) | 19 0) animFrame1 (async-callstack.html:32) |
17 [requestAnimationFrame] | 20 [requestAnimationFrame] |
18 0) timeout1 (async-callstack.html:19) | 21 0) timeout1 (async-callstack.html:19) |
19 1) innerTestFunction (async-callstack.html:11) | 22 1) innerTestFunction (async-callstack.html:11) |
20 [setTimeout] | 23 [setTimeout] |
21 0) testFunction (async-callstack.html:13) | 24 0) testFunction (async-callstack.html:13) |
| 25 [setTimeout] |
| 26 0) scheduleTestFunction (debugger-test.js:3) |
| 27 <... skipped remaining frames ...> |
22 | 28 |
23 Call stack: | 29 Call stack: |
24 0) interval1 (async-callstack.html:37) | 30 0) interval1 (async-callstack.html:37) |
25 1) innerInterval1 (async-callstack.html:24) | 31 1) innerInterval1 (async-callstack.html:24) |
26 [setInterval] | 32 [setInterval] |
27 0) timeout1 (async-callstack.html:20) | 33 0) timeout1 (async-callstack.html:20) |
28 1) innerTestFunction (async-callstack.html:11) | 34 1) innerTestFunction (async-callstack.html:11) |
29 [setTimeout] | 35 [setTimeout] |
30 0) testFunction (async-callstack.html:13) | 36 0) testFunction (async-callstack.html:13) |
| 37 [setTimeout] |
| 38 0) scheduleTestFunction (debugger-test.js:3) |
| 39 <... skipped remaining frames ...> |
31 | 40 |
32 Call stack: | 41 Call stack: |
33 0) timeout1 (async-callstack.html:18) | 42 0) timeout1 (async-callstack.html:18) |
34 1) innerTestFunction (async-callstack.html:11) | 43 1) innerTestFunction (async-callstack.html:11) |
35 [setTimeout] | 44 [setTimeout] |
36 0) testFunction (async-callstack.html:13) | 45 0) testFunction (async-callstack.html:13) |
| 46 [setTimeout] |
| 47 0) scheduleTestFunction (debugger-test.js:3) |
| 48 <... skipped remaining frames ...> |
37 | 49 |
38 Call stack: | 50 Call stack: |
39 0) timeout2 (async-callstack.html:42) | 51 0) timeout2 (async-callstack.html:42) |
40 [setTimeout] | 52 [setTimeout] |
41 0) animFrame1 (async-callstack.html:31) | 53 0) animFrame1 (async-callstack.html:31) |
42 [requestAnimationFrame] | 54 [requestAnimationFrame] |
43 0) timeout1 (async-callstack.html:19) | 55 0) timeout1 (async-callstack.html:19) |
44 1) innerTestFunction (async-callstack.html:11) | 56 1) innerTestFunction (async-callstack.html:11) |
45 [setTimeout] | 57 [setTimeout] |
46 0) testFunction (async-callstack.html:13) | 58 0) testFunction (async-callstack.html:13) |
| 59 [setTimeout] |
| 60 0) scheduleTestFunction (debugger-test.js:3) |
| 61 <... skipped remaining frames ...> |
47 | 62 |
48 Call stack: | 63 Call stack: |
49 0) timeout3 (async-callstack.html:61) | 64 0) timeout3 (async-callstack.html:61) |
50 1) longTail0 (async-callstack.html:50) | 65 1) longTail0 (async-callstack.html:50) |
51 [setTimeout] | 66 [setTimeout] |
52 0) longTail1 (:1) | 67 0) longTail1 (:1) |
53 [setTimeout] | 68 [setTimeout] |
54 0) longTail2 (:2) | 69 0) longTail2 (:2) |
55 [setTimeout] | 70 [setTimeout] |
56 0) longTail3 (:3) | 71 0) longTail3 (:3) |
57 [setTimeout] | 72 [setTimeout] |
58 0) longTail4 (:4) | 73 0) longTail4 (:4) |
59 | 74 |
60 | 75 |
OLD | NEW |