Searched refs:_cancelPromises (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | cancel.js | 73 async.invoke(this._cancelPromises, this, undefined); 76 Promise.prototype._cancelPromises = function() { method in Promise
|
/third_party/node/deps/npm/node_modules/bluebird/js/browser/ |
D | bluebird.core.min.js | 30 …ellable()&&(this._setCancelled(),c.invoke(this._cancelPromises,this,void 0))},e.prototype._cancelP…
|
D | bluebird.core.js | 352 async.invoke(this._cancelPromises, this, undefined); 355 Promise.prototype._cancelPromises = function() {
|
D | bluebird.min.js | 29 …ellable()&&(this._setCancelled(),c.invoke(this._cancelPromises,this,void 0))},e.prototype._cancelP…
|
D | bluebird.js | 499 async.invoke(this._cancelPromises, this, undefined); 502 Promise.prototype._cancelPromises = function() {
|