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 [paste] |
| 12 0) timeout (async-callstack-get-as-string.html:14) |
11 [setTimeout] | 13 [setTimeout] |
12 0) testFunction (async-callstack-get-as-string.html:9) | 14 0) testFunction (async-callstack-get-as-string.html:9) |
13 [setTimeout] | 15 [setTimeout] |
14 0) scheduleTestFunction (debugger-test.js:3) | 16 0) scheduleTestFunction (debugger-test.js:3) |
15 <... skipped remaining frames ...> | 17 <... skipped remaining frames ...> |
16 | 18 |
17 Call stack: | 19 Call stack: |
18 0) onPaste (async-callstack-get-as-string.html:29) | 20 0) onPaste (async-callstack-get-as-string.html:29) |
19 1) timeout (async-callstack-get-as-string.html:24) | 21 1) timeout (async-callstack-get-as-string.html:24) |
| 22 [paste] |
| 23 0) timeout (async-callstack-get-as-string.html:14) |
20 [setTimeout] | 24 [setTimeout] |
21 0) testFunction (async-callstack-get-as-string.html:9) | 25 0) testFunction (async-callstack-get-as-string.html:9) |
22 [setTimeout] | 26 [setTimeout] |
23 0) scheduleTestFunction (debugger-test.js:3) | 27 0) scheduleTestFunction (debugger-test.js:3) |
24 <... skipped remaining frames ...> | 28 <... skipped remaining frames ...> |
25 | 29 |
26 | 30 |
OLD | NEW |