blob: a9b53c6484fb7bc300128fc780236d22f90bd555 [file] [log] [blame]
Tests that debugger StepOut will stop inside next timeout handler.
Set timer for test function.
Call stack:
0) callback1 (debugger-step-out-across-timeouts.js:19)
[setTimeout]
0) testFunction (debugger-step-out-across-timeouts.js:13)
[setTimeout]
0) scheduleTestFunction <omitted>
<... skipped remaining frames ...>
Executing StepOut...
Call stack:
0) callback2 (debugger-step-out-across-timeouts.js:25)
[setTimeout]
0) callback1 (debugger-step-out-across-timeouts.js:18)
[setTimeout]
0) testFunction (debugger-step-out-across-timeouts.js:13)
[setTimeout]
0) scheduleTestFunction <omitted>
<... skipped remaining frames ...>