MCPcopy Index your code
hub / github.com/nodejs/node / test2

Function test2

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

Source from the content-addressed store, hash-verified

60
61
62function test2() {
63 if (true) {
64 with ({}) {
65 debugger;
66 }
67 } else {
68 with ({}) {
69 return 10;
70 }
71 }
72}
73test2();
74
75

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected