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

Function with_5

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

Source from the content-addressed store, hash-verified

402
403var with_object = {c:3,d:4};
404function with_5() {
405 with(with_object) {
406 with(with_object) {
407 debugger;
408 }
409 }
410}
411
412listener_delegate = function(exec_state) {
413 CheckScopeChain([debug.ScopeType.With,

Callers 1

debug-scopes.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected