MCPcopy Index your code
hub / github.com/processing/p5.js / soundLoop_classCallCheck

Function soundLoop_classCallCheck

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

Source from the content-addressed store, hash-verified

9662
9663
9664function soundLoop_classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
9665
9666function soundLoop_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); } }
9667

Callers 1

SoundLoopFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected