node/deps/v8/test/inspector/debugger/stepping-generator-parameters-expected.txt
Michaël Zasso edd537ca2f deps: update V8 to 10.8.168.20
PR-URL: https://github.com/nodejs/node/pull/45230
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2022-11-19 09:11:32 +00:00

15 lines
290 B
Plaintext

Generator stepping with non-simple parameters
Running test: testStepIntoInitialYield
Setting breakpoint on call to generator()
Calling callGenerator()
function callGenerator() {
#return generator(1);
}
Stepping into the generator()
function callGenerator() {
return generator(1);#
}