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

Function f1

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

Source from the content-addressed store, hash-verified

71
72
73function f1() {
74 {
75 let i = 1;
76 debugger;
77 assertEquals(2, i);
78 }
79}
80
81function f2() {
82 {

Callers 1

Calls 1

assertEqualsFunction · 0.50

Tested by

no test coverage detected