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

Function local_4

deps/v8/test/debugger/debug/harmony/modules-debug-scopes1.mjs:215–219  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

213BeginTest("Local 4");
214
215function local_4(a, b) {
216 var x = 3;
217 var y = 4;
218 debugger;
219}
220
221listener_delegate = function(exec_state) {
222 CheckScopeChain([debug.ScopeType.Local,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected