(value)
| 55 | } |
| 56 | |
| 57 | function isBigInt64Array(value) { |
| 58 | return TypedArrayPrototypeGetSymbolToStringTag(value) === 'BigInt64Array'; |
| 59 | } |
| 60 | |
| 61 | function isBigUint64Array(value) { |
| 62 | return TypedArrayPrototypeGetSymbolToStringTag(value) === 'BigUint64Array'; |
no outgoing calls
no test coverage detected
searching dependent graphs…