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

Function closure_3_inferred_name

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

Source from the content-addressed store, hash-verified

781BeginTest("Closure with Inferred Name 3");
782
783function closure_3_inferred_name(a) {
784 let foo = {};
785 foo.bar = function(b) {
786 foo.baz = function() {
787 debugger;
788 return a+b;
789 }
790 return foo.baz;
791 };
792 return foo.bar;
793}
794
795listener_delegate = function(exec_state) {
796 CheckScopeChain([debug.ScopeType.Local,

Callers 1

debug-scopes.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…