MCPcopy Create free account
hub / github.com/nodejs/node / ArrayAtHelper

Function ArrayAtHelper

deps/v8/test/mjsunit/typedarray-helpers.js:221–224  ·  view source on GitHub ↗
(ta, index)

Source from the content-addressed store, hash-verified

219}
220
221function ArrayAtHelper(ta, index) {
222 const result = Array.prototype.at.call(ta, index);
223 return Convert(result);
224}
225
226function TypedArrayFillHelper(ta, n, start, end) {
227 if (ta instanceof BigInt64Array || ta instanceof BigUint64Array) {

Callers

nothing calls this directly

Calls 2

ConvertFunction · 0.85
callMethod · 0.45

Tested by

no test coverage detected