Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ constFun
Function
constFun
deps/v8/test/mjsunit/string-fromcharcode.js:61–65 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
59
var
fcc2 = fcc;
60
61
function
constFun(x) {
62
return
function
(y) {
63
return
x;
64
};
65
}
66
67
function
test(num) {
68
assertEquals(
" "
, String.fromCharCode(0x20));
Callers
1
test
Function · 0.85
Calls
no outgoing calls
Tested by
1
test
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…