MCPcopy Create free account
hub / github.com/nodejs/node / uninitialized_1

Function uninitialized_1

deps/v8/test/debugger/debug/es6/debug-blockscopes.js:436–441  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

434BeginTest("Uninitialized 1");
435
436function uninitialized_1() {
437 {
438 debugger;
439 let x = 1;
440 }
441}
442
443listener_delegate = function(exec_state) {
444 CheckScopeChain([debug.ScopeType.Block,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected