Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
function
add3(a, b, c) {
return
a + b + c; }
8
function
add2(a, b) {
return
a + b; }
9
10
function
call_arg(f, a, b, c) {
11
return
f(a, b, c);
Callers
1
test-module-hooks-import-wasm.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected