Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ for_loop_3
Function
for_loop_3
deps/v8/test/debugger/debug/es6/debug-blockscopes.js:370–374 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
368
BeginTest(
"For loop 3"
);
369
370
function
for_loop_3() {
371
for
(
let
x = 3; x < 4; ++x) {
372
debugger;
373
}
374
}
375
376
listener_delegate =
function
(exec_state) {
377
CheckScopeChain([debug.ScopeType.Block,
Callers
1
debug-blockscopes.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected