MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / isDataView

Function isDataView

libraries/p5.js:7541–7543  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

7539 ]
7540
7541 var isDataView = function(obj) {
7542 return obj && DataView.prototype.isPrototypeOf(obj)
7543 }
7544
7545 var isArrayBufferView = ArrayBuffer.isView || function(obj) {
7546 return obj && viewClasses.indexOf(Object.prototype.toString.call(obj)) > -1

Callers 1

BodyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected