MCPcopy
hub / github.com/microsoft/SandDance / isArray

Function isArray

docs/app/js/sanddance-app.js:59812–59814  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

59810 return gl.bindFramebuffer(36008, value);
59811};
59812function isArray(array) {
59813 return Array.isArray(array) || ArrayBuffer.isView(array);
59814}
59815var GL_PARAMETER_SETTERS = (_GL_PARAMETER_SETTERS = {}, (0, _definePropertyDefault.default)(_GL_PARAMETER_SETTERS, 3042, enable), (0, _definePropertyDefault.default)(_GL_PARAMETER_SETTERS, 32773, function(gl, value) {
59816 return gl.blendColor.apply(gl, (0, _toConsumableArrayDefault.default)(value));
59817}), (0, _definePropertyDefault.default)(_GL_PARAMETER_SETTERS, 32777, "blendEquation"), (0, _definePropertyDefault.default)(_GL_PARAMETER_SETTERS, 34877, "blendEquation"), (0, _definePropertyDefault.default)(_GL_PARAMETER_SETTERS, 32969, "blendFunc"), (0, _definePropertyDefault.default)(_GL_PARAMETER_SETTERS, 32968, "blendFunc"), (0, _definePropertyDefault.default)(_GL_PARAMETER_SETTERS, 32971, "blendFunc"), (0, _definePropertyDefault.default)(_GL_PARAMETER_SETTERS, 32970, "blendFunc"), (0, _definePropertyDefault.default)(_GL_PARAMETER_SETTERS, 3106, function(gl, value) {

Callers 11

sanddance-app.jsFile · 0.70
lerpFunction · 0.70
equalsFunction · 0.70
exactEqualsFunction · 0.70
mapFunction · 0.70
arrayEqualFunction · 0.70
getTypeOfFunction · 0.70
writeConfigFunction · 0.70
arrayFunction · 0.70
$Function · 0.70
checkClassInstanceFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected