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

Function test1

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

Source from the content-addressed store, hash-verified

51
52
53function test1() {
54 debugger;
55 with ({x:1}) {
56 x = 2;
57 }
58}
59test1();
60
61

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected