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-negative-break-points.js:35–41 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
33
}
34
35
function
h(x) {
36
var
a = undefined;
37
try {
38
var
x = a();
39
} catch (e) {
40
}
41
}
42
43
Debug.setListener(listener);
44
Callers
1
debug-negative-break-points.js
File · 0.70
Calls
1
a
Function · 0.70
Tested by
no test coverage detected