Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ampproject/amphtml
/ clearInterval
Function
clearInterval
test/unit/core/dom/test-dom.js:314–316 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
312
return
window.setInterval.apply(window, arguments);
313
},
314
clearInterval() {
315
return
window.clearInterval.apply(window, arguments);
316
},
317
},
318
},
319
},
Callers
15
test-dom.js
File · 0.70
instrumentEntryPoints
Function · 0.50
getWaitFunction
Function · 0.50
getWaitFunction
Function · 0.50
installStylesForDoc
Function · 0.50
onProgressClick
Function · 0.50
runWhenFetchingSettled
Function · 0.50
postbackSuccess_
Method · 0.50
test-visibility-manager.js
File · 0.50
waitForSendRequest
Function · 0.50
waitForParentPostMessage
Function · 0.50
listener
Method · 0.50
Calls
1
apply
Method · 0.80
Tested by
no test coverage detected