MCPcopy Create free account
hub / github.com/nodejs/node / test3

Function test3

deps/v8/test/debugger/debug/debug-stepout-scope-part1.js:76–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75
76function test3() {
77 if (true) {
78 debugger;
79 } else {
80 with ({}) {
81 return 10;
82 }
83 }
84}
85test3();
86
87

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected