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

Function callback

deps/v8/test/mjsunit/array-reduce.js:1296–1298  ·  view source on GitHub ↗
(accumulator, currentValue)

Source from the content-addressed store, hash-verified

1294 var holey = new Array(10);
1295 function reduce(a) {
1296 let callback = function(accumulator, currentValue) {
1297 return currentValue;
1298 };
1299 return a.reduce(callback, 13);
1300 };
1301 %PrepareFunctionForOptimization(reduce);

Callers 15

WFunction · 0.70
completion.jsFile · 0.50
contentLoadedFunction · 0.50
printEntriesMethod · 0.50
forEachIntervalMethod · 0.50
forEachLiveRangeMethod · 0.50
forEachRangeInMapMethod · 0.50
closeMethod · 0.50
destroyMethod · 0.50
_transformMethod · 0.50
_finalMethod · 0.50
[kDispatch]Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…