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