Home
last modified time | relevance | path

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

/third_party/node/lib/internal/
Dtimers.js150 const timerListQueue = new PriorityQueue(compareTimersLists, setPosition); constant
371 timerListQueue.insert(list);
503 while ((list = timerListQueue.peek()) != null) {
532 timerListQueue.percolateDown(1);
601 timerListQueue.shift();
674 timerListQueue, property
/third_party/node/lib/
Dtimers.js50 timerListQueue,
105 timerListQueue.removeAt(list.priorityQueuePosition);