MCPcopy Create free account
hub / github.com/nodejs/node / closure_in_with_3

Function closure_in_with_3

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

Source from the content-addressed store, hash-verified

946}
947
948function closure_in_with_3() {
949 var f = createClosure(0);
950 f();
951}
952
953listener_delegate = function(exec_state) {
954 CheckScopeChain([debug.ScopeType.With,

Callers 1

debug-scopes.jsFile · 0.85

Calls 2

createClosureFunction · 0.85
fFunction · 0.70

Tested by

no test coverage detected