MCPcopy Create free account
hub / github.com/nodejs/node / for_loop_3

Function for_loop_3

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

Source from the content-addressed store, hash-verified

368BeginTest("For loop 3");
369
370function for_loop_3() {
371 for (let x = 3; x < 4; ++x) {
372 debugger;
373 }
374}
375
376listener_delegate = function(exec_state) {
377 CheckScopeChain([debug.ScopeType.Block,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected