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

Function IsBigIntTypedArray

deps/v8/test/mjsunit/typedarray-helpers.js:91–93  ·  view source on GitHub ↗
(ta)

Source from the content-addressed store, hash-verified

89}
90
91function IsBigIntTypedArray(ta) {
92 return (ta instanceof BigInt64Array) || (ta instanceof BigUint64Array);
93}
94
95function AllBigIntMatchedCtorCombinations(test) {
96 for (let targetCtor of ctors) {

Calls

no outgoing calls

Tested by

no test coverage detected