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

Function test4

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

Source from the content-addressed store, hash-verified

86
87
88function test4() {
89 debugger;
90 with ({x:1}) x = 1
91}
92test4();
93
94

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected