OLD | NEW |
1 Tests evaluation in an async call frame. | 1 Tests evaluation in an async call frame. |
2 | 2 |
3 Set timer for test function. | 3 Set timer for test function. |
4 Call stack: | 4 Call stack: |
5 0) timeout (async-callstack-eval.html:25) | 5 0) timeout (async-callstack-eval.html:26) |
6 [setTimeout] | 6 [setTimeout] |
7 0) inner (async-callstack-eval.html:15) | 7 0) inner (async-callstack-eval.html:16) |
8 1) testFunction (async-callstack-eval.html:17) | 8 1) testFunction (async-callstack-eval.html:18) |
| 9 [setTimeout] |
| 10 0) scheduleTestFunction (debugger-test.js:3) |
| 11 <... skipped remaining frames ...> |
9 Select call frame: inner | 12 Select call frame: inner |
10 a = "PASS" | 13 a = "PASS" |
11 b = "PASS" | 14 b = "PASS" |
| 15 Select call frame: scheduleTestFunction |
| 16 g = "PASS" |
12 | 17 |
OLD | NEW |