MCPcopy Create free account
hub / github.com/nodejs/node / add2

Function add2

deps/v8/test/mjsunit/turbolev/function-call-generic.js:8–8  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

6
7function add3(a, b, c) { return a + b + c; }
8function add2(a, b) { return a + b; }
9
10function call_arg(f, a, b, c) {
11 return f(a, b, c);

Calls

no outgoing calls

Tested by

no test coverage detected