Home
last modified time | relevance | path

Searched refs:timeoutLoop (Results 1 – 1 of 1) sorted by relevance

/third_party/node/test/parallel/
Dtest-timers-interval-promisified.js185 const timeoutLoop = runInterval(() => { constant
191 assert.rejects(timeoutLoop, /AbortError/).then(common.mustCall(() => {
203 const timeoutLoop = runInterval(async (iterationNumber) => { constant
219 timeoutLoop.catch(common.mustCall(() => {