Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ for_loop_1
Function
for_loop_1
deps/v8/test/debugger/debug/es6/debug-blockscopes.js:322–326 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
BeginTest(
"For loop 1"
);
321
322
function
for_loop_1() {
323
for
(
let
x in {y:undefined}) {
324
debugger;
325
}
326
}
327
328
listener_delegate =
function
(exec_state) {
329
CheckScopeChain([debug.ScopeType.Block,
Callers
1
debug-blockscopes.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected