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-turbofan.js:18–23 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
16
}
// Break 8
17
18
function
g(x) {
19
if
(x) h();
20
var
a = 0;
// Break 2
21
var
b = 1;
// Break 3
22
return
a + b;
// Break 4
23
}
// Break 5
24
25
function
h() {
26
debugger;
// Break 0
Callers
1
f
Function · 0.70
Calls
1
h
Function · 0.70
Tested by
no test coverage detected