blob: 72cec144e73eb682ca641c25a8df5b6bd4fa78e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Tests evaluation in an async call frame.
Debugger was enabled.
Set timer for test function.
Call stack:
0) timeout (async-callstack-eval.html:24)
[setTimeout]
0) inner (async-callstack-eval.html:14)
1) testFunction (async-callstack-eval.html:16)
Select call frame: inner
a = "PASS"
b = "PASS"
Debugger was disabled.
|