Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ for_loop_5
Function
for_loop_5
deps/v8/test/debugger/debug/es6/debug-blockscopes.js:415–419 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
413
BeginTest(
"For loop 5"
);
414
415
function
for_loop_5() {
416
for
(
let
x = 3, y = 5; x < 4; ++x) {
417
debugger;
418
}
419
}
420
421
listener_delegate =
function
(exec_state) {
422
CheckScopeChain([debug.ScopeType.Block,
Callers
1
debug-blockscopes.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected