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

Function ToNumbers

deps/v8/test/mjsunit/typedarray-helpers.js:146–152  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

144}
145
146function ToNumbers(array) {
147 let result = [];
148 for (let item of array) {
149 result.push(Convert(item));
150 }
151 return result;
152}
153
154function TypedArrayEntriesHelper(ta) {
155 return ta.entries();

Callers 15

TestCopyWithinFunction · 0.85
FilterFunction · 0.85
FilterGrowMidIterationFunction · 0.85
HelperFunction · 0.85
ReverseFunction · 0.85
SortWithCustomComparisonFunction · 0.85
SortCallbackGrowsFunction · 0.85

Calls 2

ConvertFunction · 0.85
pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…