(value)
| 51 | } |
| 52 | |
| 53 | function isFloat64Array(value) { |
| 54 | return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Float64Array'; |
| 55 | } |
| 56 | |
| 57 | function isBigInt64Array(value) { |
| 58 | return TypedArrayPrototypeGetSymbolToStringTag(value) === 'BigInt64Array'; |
no outgoing calls
no test coverage detected
searching dependent graphs…