MCPcopy Index your code
hub / github.com/nodejs/node / for_loop_4

Function for_loop_4

deps/v8/test/debugger/debug/es6/debug-blockscopes.js:391–396  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

389BeginTest("For loop 4");
390
391function for_loop_4() {
392 for (let x = 3; x < 4; ++x) {
393 let x = 5;
394 debugger;
395 }
396}
397
398listener_delegate = function(exec_state) {
399 CheckScopeChain([debug.ScopeType.Block,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected