Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ h
Function
h
deps/v8/test/debugger/debug/debug-conditional-breakpoints.js:46–46 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
44
function
f() {};
45
function
g() {h(count++)};
46
function
h(x) {
var
a=x;
return
a};
47
48
49
// Conditional breakpoint which syntax error.
Callers
1
g
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected