| OLD | NEW |
| 1 Tests asynchronous call stacks for setInterval. | 1 Tests asynchronous call stacks for setInterval. |
| 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) callback (async-callstack-set-interval.html:17) | 6 0) callback (async-callstack-set-interval.html:17) |
| 7 [setInterval] | 7 [setInterval] |
| 8 0) testFunction (async-callstack-set-interval.html:11) | 8 0) testFunction (async-callstack-set-interval.html:11) |
| 9 [setTimeout] |
| 10 0) scheduleTestFunction (debugger-test.js:3) |
| 11 <... skipeed remaining frames ...> |
| 9 | 12 |
| 10 Call stack: | 13 Call stack: |
| 11 0) callback (async-callstack-set-interval.html:19) | 14 0) callback (async-callstack-set-interval.html:19) |
| 12 [setInterval] | 15 [setInterval] |
| 13 0) testFunction (async-callstack-set-interval.html:11) | 16 0) testFunction (async-callstack-set-interval.html:11) |
| 17 [setTimeout] |
| 18 0) scheduleTestFunction (debugger-test.js:3) |
| 19 <... skipeed remaining frames ...> |
| 14 | 20 |
| 15 Call stack: | 21 Call stack: |
| 16 0) callback (async-callstack-set-interval.html:22) | 22 0) callback (async-callstack-set-interval.html:22) |
| 17 [setInterval] | 23 [setInterval] |
| 18 0) testFunction (async-callstack-set-interval.html:11) | 24 0) testFunction (async-callstack-set-interval.html:11) |
| 25 [setTimeout] |
| 26 0) scheduleTestFunction (debugger-test.js:3) |
| 27 <... skipeed remaining frames ...> |
| 19 | 28 |
| 20 | 29 |
| OLD | NEW |