| 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:25) |
| 6 [setTimeout] | 6 [setTimeout] |
| 7 0) inner (async-callstack-eval.html:15) | 7 0) inner (async-callstack-eval.html:15) |
| 8 1) testFunction (async-callstack-eval.html:17) | 8 1) testFunction (async-callstack-eval.html:17) |
| 9 Select call frame: inner | 9 Select call frame: inner |
| 10 a = "PASS" | 10 a = "PASS" |
| 11 b = "PASS" | 11 b = "PASS" |
| 12 | 12 |
| OLD | NEW |