Home
last modified time | relevance | path

Searched refs:_isCancellable (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dcancel.js13 while (promise._isCancellable()) {
24 if (parent == null || !parent._isCancellable()) {
71 if (!this._isCancellable()) return;
84 Promise.prototype._isCancellable = function() { method in Promise
119 if (this._isCancellable()) {
Dpromise_array.js130 if (this._isResolved() || !this._promise._isCancellable()) return;
Ddebuggability.js348 if (!this._isCancellable()) return this;
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.core.min.js30_isCancellable();){if(!t._cancelBy(e)){e._isFollowing()?e._followee().cancel():e._cancelBranched()…
31 …)},s.prototype._cancel=function(){!this._isResolved()&&this._promise._isCancellable()&&(this._valu…
Dbluebird.core.js292 while (promise._isCancellable()) {
303 if (parent == null || !parent._isCancellable()) {
350 if (!this._isCancellable()) return;
363 Promise.prototype._isCancellable = function() {
398 if (this._isCancellable()) {
873 if (!this._isCancellable()) return this;
3043 if (this._isResolved() || !this._promise._isCancellable()) return;
Dbluebird.min.js29_isCancellable();){if(!t._cancelBy(e)){e._isFollowing()?e._followee().cancel():e._cancelBranched()…
30 …)},a.prototype._cancel=function(){!this._isResolved()&&this._promise._isCancellable()&&(this._valu…
Dbluebird.js439 while (promise._isCancellable()) {
450 if (parent == null || !parent._isCancellable()) {
497 if (!this._isCancellable()) return;
510 Promise.prototype._isCancellable = function() {
545 if (this._isCancellable()) {
1020 if (!this._isCancellable()) return this;
3706 if (this._isResolved() || !this._promise._isCancellable()) return;