Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
}
20
function
g() {
21
for
(state[1] = 0; state[1] < 3; state[1]++) {
22
f();
23
}
24
}
25
function
h() {
26
state = [-1, -1, -1];
27
for
(state[0] = 0; state[0] < 3; state[0]++) {
Callers
2
debug-eval-scope.js
File · 0.70
h
Function · 0.70
Calls
1
f
Function · 0.70
Tested by
no test coverage detected