Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getargs
Function
getargs
deps/v8/test/mjsunit/es6/reflect-construct.js:373–375 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
371
}
372
373
function
getargs(v) {
374
return
typeof v ===
"string"
? [] : v[1];
375
}
376
377
function
test_intrinsic_prototype(name) {
378
var
own = Realm.eval(realm1, name);
Callers
1
test_all
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected