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

Function with_3

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

Source from the content-addressed store, hash-verified

357BeginTest("With 3");
358
359function with_3() {
360 with({a:1,b:2}) {
361 debugger;
362 }
363}
364
365listener_delegate = function(exec_state) {
366 CheckScopeChain([debug.ScopeType.With,

Callers 1

debug-scopes.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected