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

Function local_2

deps/v8/test/debugger/debug/harmony/modules-debug-scopes1.mjs:178–180  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

176BeginTest("Local 2");
177
178function local_2(a) {
179 debugger;
180}
181
182listener_delegate = function(exec_state) {
183 CheckScopeChain([debug.ScopeType.Local,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected