Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ for_loop_2
Function
for_loop_2
deps/v8/test/debugger/debug/es6/debug-blockscopes.js:345–350 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
343
BeginTest(
"For loop 2"
);
344
345
function
for_loop_2() {
346
for
(
let
x in {y:undefined}) {
347
let
x = 3;
348
debugger;
349
}
350
}
351
352
listener_delegate =
function
(exec_state) {
353
CheckScopeChain([debug.ScopeType.Block,
Callers
1
debug-blockscopes.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected