Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ CatchReturn
Function
CatchReturn
deps/v8/test/mjsunit/try.js:36–38 ·
view source on GitHub ↗
(f, g)
Source
from the content-addressed store, hash-verified
34
}
35
36
function
CatchReturn(f, g) {
37
try {
return
f(); } catch (o) {
return
g(o); }
38
}
39
40
41
var
a = [Catch, CatchReturn]
Callers
nothing calls this directly
Calls
2
f
Function · 0.70
g
Function · 0.70
Tested by
no test coverage detected