(value)
| 43 | } |
| 44 | |
| 45 | function isFloat16Array(value) { |
| 46 | return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Float16Array'; |
| 47 | } |
| 48 | |
| 49 | function isFloat32Array(value) { |
| 50 | return TypedArrayPrototypeGetSymbolToStringTag(value) === 'Float32Array'; |
no outgoing calls
no test coverage detected
searching dependent graphs…