Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ getname
Function
getname
deps/v8/test/mjsunit/es6/reflect-construct.js:369–371 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
367
];
368
369
function
getname(v) {
370
return
typeof v ===
"string"
? v : v[0];
371
}
372
373
function
getargs(v) {
374
return
typeof v ===
"string"
? [] : v[1];
Callers
2
reflect-construct.js
File · 0.85
test_all
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected