Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
434
BeginTest(
"Uninitialized 1"
);
435
436
function
uninitialized_1() {
437
{
438
debugger;
439
let
x = 1;
440
}
441
}
442
443
listener_delegate =
function
(exec_state) {
444
CheckScopeChain([debug.ScopeType.Block,
Callers
1
debug-blockscopes.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected