Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
12
var
state;
13
14
function
f() {
15
var
a = 1978;
16
for
(state[2] = 0; state[2] < 3; state[2]++) {
17
void String(a);
18
}
19
}
20
function
g() {
21
for
(state[1] = 0; state[1] < 3; state[1]++) {
22
f();
Callers
1
g
Function · 0.70
Calls
1
String
Class · 0.85
Tested by
no test coverage detected