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

Function f

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

Source from the content-addressed store, hash-verified

476
477function closure_1(a) {
478 function f() {
479 debugger;
480 return a;
481 };
482 return f;
483}
484

Callers 4

closure_6Function · 0.70
closure_7Function · 0.70
the_full_montyFunction · 0.70
closure_in_with_3Function · 0.70

Calls 1

evalFunction · 0.50

Tested by

no test coverage detected