MCPcopy 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

320BeginTest("For loop 1");
321
322function for_loop_1() {
323 for (let x in {y:undefined}) {
324 debugger;
325 }
326}
327
328listener_delegate = function(exec_state) {
329 CheckScopeChain([debug.ScopeType.Block,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected