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

Function closure_9

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

Source from the content-addressed store, hash-verified

702
703BeginTest("Closure 9");
704function closure_9() {
705 eval("var y = 1;");
706 eval("var z = 1;");
707 (function inner(x) {
708 y++;
709 z++;
710 debugger;
711 })(2);
712}
713
714listener_delegate = function(exec_state) {
715 CheckScopeChain([debug.ScopeType.Local,

Callers 2

debug-scopes.jsFile · 0.85

Calls 1

evalFunction · 0.50

Tested by

no test coverage detected