MCPcopy Index your code
hub / github.com/nodejs/node / f

Function f

deps/v8/test/mjsunit/try.js:56–56  ·  view source on GitHub ↗
(x, n, v)

Source from the content-addressed store, hash-verified

54assertEquals(4, (function() { try { return 3; } finally { return 4; } })());
55
56function f(x, n, v) { try { return x; } finally { x[n] = v; } }
57assertEquals(2, f({}, 'foo', 2).foo);
58assertEquals(5, f({}, 'bar', 5).bar);
59

Callers 15

__wrapTCFunction · 0.70
testFunction · 0.70
checkFunction · 0.70
testLiteralFunction · 0.70
testFunction · 0.70
CatchFunction · 0.70
CatchReturnFunction · 0.70
try.jsFile · 0.70
guardFunction · 0.70

Calls

no outgoing calls

Tested by 14

testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56