MCPcopy Create free account
hub / github.com/Tencent/kbone / setTimeout

Method setTimeout

packages/miniprogram-render/src/window.js:551–553  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

549 }
550
551 get setTimeout() {
552 return setTimeout.bind(null)
553 }
554
555 get clearTimeout() {
556 return clearTimeout.bind(null)

Callers 5

window.test.jsFile · 0.80
resolveFunction · 0.80
jquery-3.6.0.jsFile · 0.80
scheduleFunction · 0.80
createFxNowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected