MCPcopy Create free account
hub / github.com/microsoft/SandDance / defaultSetTimout

Function defaultSetTimout

docs/app/js/sanddance-app.js:52698–52700  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52696var cachedSetTimeout;
52697var cachedClearTimeout;
52698function defaultSetTimout() {
52699 throw new Error("setTimeout has not been defined");
52700}
52701function defaultClearTimeout() {
52702 throw new Error("clearTimeout has not been defined");
52703}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected