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

Function test10

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

Source from the content-addressed store, hash-verified

131
132
133function test10() {
134 debugger;
135 with ({}) {
136 return 10;
137 }
138}
139test10();
140
141

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected