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

Function shadowing_2

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

Source from the content-addressed store, hash-verified

473// Block scopes shadowing
474BeginTest("Block scopes shadowing 2");
475function shadowing_2() {
476 let i = 0;
477 {
478 let j = 5;
479 debugger;
480 }
481}
482
483listener_delegate = function (exec_state) {
484 assertEqualsUnlessOptimized(0, exec_state.frame(0).evaluate("i").value());

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected