Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ testFunction
Function
testFunction
deps/v8/test/debugger/debug/debug-stepin-call-function-stub.js:67–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
}
66
67
function
testFunction() {
68
var
f = g;
69
var
s = 1 +f(10);
70
}
71
72
function
g2() {
73
return
"s2"
;
// expected line
Callers
1
debug-stepin-call-function-stub.js
File · 0.70
Calls
1
f
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…