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

Function local_3

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

Source from the content-addressed store, hash-verified

194BeginTest("Local 3");
195
196function local_3(a) {
197 var x = 3;
198 debugger;
199}
200
201listener_delegate = function(exec_state) {
202 CheckScopeChain([debug.ScopeType.Local,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected