node/deps/v8/test/inspector/debugger/set-script-source-debug-evaluate-closure-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

17 lines
566 B
Plaintext

Check that setScriptSource doesn't affect debug-evaluate block listing
{
className : ReferenceError
description : ReferenceError: a is not defined at globalThis.foo (eval at i (:1:1), <anonymous>:1:27) at <anonymous>:1:12
objectId : <objectId>
subtype : error
type : object
}
Debugger.setScriptSource: Ok
{
className : ReferenceError
description : ReferenceError: a is not defined at globalThis.foo (eval at i (:1:1), <anonymous>:1:27) at <anonymous>:1:12
objectId : <objectId>
subtype : error
type : object
}