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

Function local_1

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

Source from the content-addressed store, hash-verified

158BeginTest("Local 1");
159
160function local_1() {
161 debugger;
162}
163
164listener_delegate = function(exec_state) {
165 CheckScopeChain([debug.ScopeType.Local,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected