(value)
| 7 | } = primordials; |
| 8 | |
| 9 | function isDataView(value) { |
| 10 | return ArrayBufferIsView(value) && TypedArrayPrototypeGetSymbolToStringTag(value) === undefined; |
| 11 | } |
| 12 | |
| 13 | function isTypedArray(value) { |
| 14 | return TypedArrayPrototypeGetSymbolToStringTag(value) !== undefined; |
no outgoing calls
no test coverage detected
searching dependent graphs…