Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.js
File · 0.70
getWaitFunction
Function · 0.50
getWaitFunction
Function · 0.50
installStylesForDoc
Function · 0.50
onOverlayButtonInteract
Function · 0.50
onProgressClickEnd
Function · 0.50
runWhenFetchingSettled
Function · 0.50
addAvElement
Function · 0.50
test-visibility-manager.js
File · 0.50
waitForSendRequest
Function · 0.50
waitForParentPostMessage
Function · 0.50
waitForHandshakeResponse
Method · 0.50
Calls
1
apply
Method · 0.80
Tested by
no test coverage detected