MCPcopy Index your code
hub / github.com/nodejs/node / func

Function func

deps/v8/test/mjsunit/json.js:468–468  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

466strTrue.toString = function() { return true; }
467
468var func = function() { /* Is callable */ };
469
470var funcJSON = function() { /* Is callable */ };
471funcJSON.toJSON = function() { return "has toJSON"; };

Callers 15

testFunction · 0.70
testFunction · 0.70
testFunction · 0.70
testFunction · 0.70
testFunction · 0.70
test_helper_for_icsFunction · 0.70
checkFunction · 0.70
testFunction · 0.70
testFunction · 0.70
testFunction · 0.70

Calls

no outgoing calls

Tested by 10

testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.56
testFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…