(value)
| 47 | } |
| 48 | |
| 49 | function isFloat32Array(value) { |
| 50 | return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Float32Array'; |
| 51 | } |
| 52 | |
| 53 | function isFloat64Array(value) { |
| 54 | return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Float64Array'; |
no outgoing calls
no test coverage detected
searching dependent graphs…