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

Function with_1

deps/v8/test/debugger/debug/debug-scopes.js:315–319  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313BeginTest("With 1");
314
315function with_1() {
316 with({}) {
317 debugger;
318 }
319}
320
321listener_delegate = function(exec_state) {
322 CheckScopeChain([debug.ScopeType.With,

Callers 1

debug-scopes.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected