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

Function closure_in_with_1

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

Source from the content-addressed store, hash-verified

886
887BeginTest("Closure inside With 1");
888function closure_in_with_1() {
889 with({x:1}) {
890 (function inner(x) {
891 debugger;
892 })(2);
893 }
894}
895
896listener_delegate = function(exec_state) {
897 CheckScopeChain([debug.ScopeType.Local,

Callers 1

debug-scopes.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected