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

Function with_4

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

Source from the content-addressed store, hash-verified

377BeginTest("With 4");
378
379function with_4() {
380 with({a:1,b:2}) {
381 with({a:2,b:1}) {
382 debugger;
383 }
384 }
385}
386
387listener_delegate = function(exec_state) {
388 CheckScopeChain([debug.ScopeType.With,

Callers 1

debug-scopes.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected