Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ for_loop_4
Function
for_loop_4
deps/v8/test/debugger/debug/es6/debug-blockscopes.js:391–396 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
389
BeginTest(
"For loop 4"
);
390
391
function
for_loop_4() {
392
for
(
let
x = 3; x < 4; ++x) {
393
let
x = 5;
394
debugger;
395
}
396
}
397
398
listener_delegate =
function
(exec_state) {
399
CheckScopeChain([debug.ScopeType.Block,
Callers
1
debug-blockscopes.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected