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

Function closure_1_inferred_name

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

Source from the content-addressed store, hash-verified

727BeginTest("Closure with Inferred Name 1");
728
729function closure_1_inferred_name(a) {
730 let foo = {};
731 foo.bar = function() {
732 debugger;
733 return a;
734 };
735 return foo.bar;
736}
737
738listener_delegate = function(exec_state) {
739 CheckScopeChain([debug.ScopeType.Local,

Callers 1

debug-scopes.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected