MCPcopy 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

343BeginTest("For loop 2");
344
345function for_loop_2() {
346 for (let x in {y:undefined}) {
347 let x = 3;
348 debugger;
349 }
350}
351
352listener_delegate = function(exec_state) {
353 CheckScopeChain([debug.ScopeType.Block,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected