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-turbofan.js:12–16 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
10
// This would cause stepping to fail (V8 issue 3660).
11
12
function
f(x) {
13
g(x);
14
var
a = 0;
// Break 6
15
return
a;
// Break 7
16
}
// Break 8
17
18
function
g(x) {
19
if
(x) h();
Callers
1
debug-step-turbofan.js
File · 0.70
Calls
1
g
Function · 0.70
Tested by
no test coverage detected