MCPcopy Create free account
hub / github.com/processing/p5.js / eqFilter_classCallCheck

Function eqFilter_classCallCheck

lib/addons/p5.sound.js:6990–6990  ·  view source on GitHub ↗
(instance, Constructor)

Source from the content-addressed store, hash-verified

6988function eqFilter_typeof(obj) { if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { eqFilter_typeof = function _typeof(obj) { return typeof obj; }; } else { eqFilter_typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return eqFilter_typeof(obj); }
6989
6990function eqFilter_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
6991
6992function eqFilter_defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
6993

Callers 1

EQFilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected