MCPcopy
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.jsFile · 0.70
instrumentEntryPointsFunction · 0.50
getWaitFunctionFunction · 0.50
getWaitFunctionFunction · 0.50
installStylesForDocFunction · 0.50
onProgressClickFunction · 0.50
runWhenFetchingSettledFunction · 0.50
postbackSuccess_Method · 0.50
waitForSendRequestFunction · 0.50
waitForParentPostMessageFunction · 0.50
listenerMethod · 0.50

Calls 1

applyMethod · 0.80

Tested by

no test coverage detected