Searched refs:DISPOSED_TASK (Results 1 – 1 of 1) sorted by relevance
140 private val DISPOSED_TASK = Symbol("REMOVED_TASK") constant407 …require(_heap !== DISPOSED_TASK) // this can never happen, it is always checked before adding/remo…426 … if (_heap === DISPOSED_TASK) return SCHEDULE_DISPOSED // don't add -- was already disposed in timeToExecute()470 if (heap === DISPOSED_TASK) return // already disposed in dispose()473 _heap = DISPOSED_TASK // never add again to any heap in dispose()