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

Function with_2

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

Source from the content-addressed store, hash-verified

333BeginTest("With 2");
334
335function with_2() {
336 with({}) {
337 with({}) {
338 debugger;
339 }
340 }
341}
342
343listener_delegate = function(exec_state) {
344 CheckScopeChain([debug.ScopeType.With,

Callers 1

debug-scopes.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected