| OLD | NEW |
| (Empty) |
| 1 Tests asynchronous call stacks in debugger. | |
| 2 | |
| 3 Set timer for test function. | |
| 4 Captured call stacks in no particular order: | |
| 5 Call stack: | |
| 6 0) animFrame1 (async-callstack.html:30) | |
| 7 [requestAnimationFrame] | |
| 8 0) timeout1 (async-callstack.html:19) | |
| 9 1) innerTestFunction (async-callstack.html:11) | |
| 10 [setTimeout] | |
| 11 0) testFunction (async-callstack.html:13) | |
| 12 | |
| 13 Call stack: | |
| 14 0) animFrame2 (async-callstack.html:47) | |
| 15 [requestAnimationFrame] | |
| 16 0) animFrame1 (async-callstack.html:32) | |
| 17 [requestAnimationFrame] | |
| 18 0) timeout1 (async-callstack.html:19) | |
| 19 1) innerTestFunction (async-callstack.html:11) | |
| 20 [setTimeout] | |
| 21 0) testFunction (async-callstack.html:13) | |
| 22 | |
| 23 Call stack: | |
| 24 0) interval1 (async-callstack.html:37) | |
| 25 1) innerInterval1 (async-callstack.html:24) | |
| 26 [setInterval] | |
| 27 0) timeout1 (async-callstack.html:20) | |
| 28 1) innerTestFunction (async-callstack.html:11) | |
| 29 [setTimeout] | |
| 30 0) testFunction (async-callstack.html:13) | |
| 31 | |
| 32 Call stack: | |
| 33 0) timeout1 (async-callstack.html:18) | |
| 34 1) innerTestFunction (async-callstack.html:11) | |
| 35 [setTimeout] | |
| 36 0) testFunction (async-callstack.html:13) | |
| 37 | |
| 38 Call stack: | |
| 39 0) timeout2 (async-callstack.html:42) | |
| 40 [setTimeout] | |
| 41 0) animFrame1 (async-callstack.html:31) | |
| 42 [requestAnimationFrame] | |
| 43 0) timeout1 (async-callstack.html:19) | |
| 44 1) innerTestFunction (async-callstack.html:11) | |
| 45 [setTimeout] | |
| 46 0) testFunction (async-callstack.html:13) | |
| 47 | |
| 48 Call stack: | |
| 49 0) timeout3 (async-callstack.html:61) | |
| 50 1) longTail0 (async-callstack.html:50) | |
| 51 [setTimeout] | |
| 52 0) longTail1 (:1) | |
| 53 [setTimeout] | |
| 54 0) longTail2 (:2) | |
| 55 [setTimeout] | |
| 56 0) longTail3 (:3) | |
| 57 [setTimeout] | |
| 58 0) longTail4 (:4) | |
| 59 | |
| 60 | |
| OLD | NEW |