MCPcopy
hub / github.com/ampproject/amphtml / setInterval

Function setInterval

test/unit/core/dom/test-dom.js:311–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

309 ownerDocument: {
310 defaultView: {
311 setInterval() {
312 return window.setInterval.apply(window, arguments);
313 },
314 clearInterval() {
315 return window.clearInterval.apply(window, arguments);
316 },

Callers 15

test-dom.jsFile · 0.70
getWaitFunctionFunction · 0.50
getWaitFunctionFunction · 0.50
installStylesForDocFunction · 0.50
onOverlayButtonInteractFunction · 0.50
onProgressClickEndFunction · 0.50
runWhenFetchingSettledFunction · 0.50
addAvElementFunction · 0.50
waitForSendRequestFunction · 0.50
waitForParentPostMessageFunction · 0.50

Calls 1

applyMethod · 0.80

Tested by

no test coverage detected