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

Function f2

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

Source from the content-addressed store, hash-verified

79}
80
81function f2() {
82 {
83 let i = 1;
84 debugger;
85 assertEquals(2, i);
86 return function() { return i++; }
87 }
88}
89
90var exception;
91Debug.setListener(function (event, exec_state, event_data, data) {

Callers 1

Calls 1

assertEqualsFunction · 0.50

Tested by

no test coverage detected