MCPcopy 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
36function CatchReturn(f, g) {
37 try { return f(); } catch (o) { return g(o); }
38}
39
40
41var a = [Catch, CatchReturn]

Callers

nothing calls this directly

Calls 2

fFunction · 0.70
gFunction · 0.70

Tested by

no test coverage detected