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

Function defaultSetTimout

libraries/p5.js:7335–7337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7333var cachedClearTimeout;
7334
7335function defaultSetTimout() {
7336 throw new Error('setTimeout has not been defined');
7337}
7338function defaultClearTimeout () {
7339 throw new Error('clearTimeout has not been defined');
7340}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected