MCPcopy 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

59var fcc2 = fcc;
60
61function constFun(x) {
62 return function(y) {
63 return x;
64 };
65}
66
67function test(num) {
68 assertEquals(" ", String.fromCharCode(0x20));

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by 1

testFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…