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

Function for_loop_5

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

Source from the content-addressed store, hash-verified

413BeginTest("For loop 5");
414
415function for_loop_5() {
416 for (let x = 3, y = 5; x < 4; ++x) {
417 debugger;
418 }
419}
420
421listener_delegate = function(exec_state) {
422 CheckScopeChain([debug.ScopeType.Block,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected