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

Function g

deps/v8/test/debugger/debug/debug-step-4.js:20–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18 }
19}
20function g() {
21 for (state[1] = 0; state[1] < 3; state[1]++) {
22 f();
23 }
24}
25function h() {
26 state = [-1, -1, -1];
27 for (state[0] = 0; state[0] < 3; state[0]++) {

Callers 2

hFunction · 0.70

Calls 1

fFunction · 0.70

Tested by

no test coverage detected