(node, pos)
| 444 | } |
| 445 | |
| 446 | function setPosition(node, pos) { |
| 447 | node.priorityQueuePosition = pos; |
| 448 | } |
| 449 | |
| 450 | function getTimerCallbacks(runNextTicks) { |
| 451 | // If an uncaught exception was thrown during execution of immediateQueue, |
no outgoing calls
no test coverage detected
searching dependent graphs…