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