Searched refs:_isCancellable (Results 1 – 3 of 3) sorted by relevance
13 …_isCancellable();){if(!t._cancelBy(e)){e._isFollowing()?e._followee().cancel():e._cancelBranched()…
1 …_isCancellable","_cancelBy","_isFollowing","_followee","_cancelBranched","_cancellationParent","_s…
497 while (promise._isCancellable()) {508 if (parent == null || !parent._isCancellable()) {555 if (!this._isCancellable()) return;568 Promise.prototype._isCancellable = function() { method in Promise603 if (this._isCancellable()) {1078 if (!this._isCancellable()) return this;3609 if (this._isResolved() || !this._promise._isCancellable()) return;