(value)
| 71299 | } |
| 71300 | exports.isArrayBuffer = isArrayBuffer; |
| 71301 | |
| 71302 | function isDataViewToString(value) { |
| 71303 | return ObjectToString(value) === '[object DataView]'; |
| 71304 | } |
| 71305 | isDataViewToString.working = ( |
| 71306 | typeof ArrayBuffer !== 'undefined' && |
no outgoing calls
no test coverage detected