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

Function f

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

Source from the content-addressed store, hash-verified

12var state;
13
14function f() {
15 var a = 1978;
16 for (state[2] = 0; state[2] < 3; state[2]++) {
17 void String(a);
18 }
19}
20function g() {
21 for (state[1] = 0; state[1] < 3; state[1]++) {
22 f();

Callers 1

gFunction · 0.70

Calls 1

StringClass · 0.85

Tested by

no test coverage detected