OLD | NEW |
(Empty) | |
| 1 Tests asynchronous call stacks for onload. |
| 2 |
| 3 Set timer for test function. |
| 4 Captured call stacks in no particular order: |
| 5 Call stack: |
| 6 0) onImageError (async-callstack-onload.html:22) |
| 7 [error event] |
| 8 0) testFunction (async-callstack-onload.html:11) |
| 9 [setTimeout] |
| 10 0) scheduleTestFunction (debugger-test.js:3) |
| 11 <... skipped remaining frames ...> |
| 12 |
| 13 Call stack: |
| 14 0) onImageLoaded (async-callstack-onload.html:16) |
| 15 [load event] |
| 16 0) testFunction (async-callstack-onload.html:10) |
| 17 [setTimeout] |
| 18 0) scheduleTestFunction (debugger-test.js:3) |
| 19 <... skipped remaining frames ...> |
| 20 |
| 21 |
OLD | NEW |