OLD | NEW |
1 | 1 |
2 Tests asynchronous call stacks for DataTransferItem.getAsString. | 2 Tests asynchronous call stacks for DataTransferItem.getAsString. |
3 | 3 |
4 Set timer for test function. | 4 Set timer for test function. |
5 Captured call stacks in no particular order: | 5 Captured call stacks in no particular order: |
6 Call stack: | 6 Call stack: |
7 0) onGetAsString (async-callstack-get-as-string.html:38) | 7 0) onGetAsString (async-callstack-get-as-string.html:38) |
8 [DataTransferItem.getAsString] | 8 [DataTransferItem.getAsString] |
9 0) onPaste (async-callstack-get-as-string.html:33) | 9 0) onPaste (async-callstack-get-as-string.html:33) |
10 1) timeout (async-callstack-get-as-string.html:24) | 10 1) timeout (async-callstack-get-as-string.html:24) |
11 [setTimeout] | 11 [setTimeout] |
12 0) testFunction (async-callstack-get-as-string.html:9) | 12 0) testFunction (async-callstack-get-as-string.html:9) |
| 13 [setTimeout] |
| 14 0) scheduleTestFunction (debugger-test.js:3) |
| 15 <... skipped remaining frames ...> |
13 | 16 |
14 Call stack: | 17 Call stack: |
15 0) onPaste (async-callstack-get-as-string.html:29) | 18 0) onPaste (async-callstack-get-as-string.html:29) |
16 1) timeout (async-callstack-get-as-string.html:24) | 19 1) timeout (async-callstack-get-as-string.html:24) |
17 [setTimeout] | 20 [setTimeout] |
18 0) testFunction (async-callstack-get-as-string.html:9) | 21 0) testFunction (async-callstack-get-as-string.html:9) |
| 22 [setTimeout] |
| 23 0) scheduleTestFunction (debugger-test.js:3) |
| 24 <... skipped remaining frames ...> |
19 | 25 |
20 | 26 |
OLD | NEW |