Home
last modified time | relevance | path

Searched refs:shouldBind (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dpromise.js432 Promise.prototype._resolveCallback = function(value, shouldBind) { argument
439 if (shouldBind) this._propagateFrom(maybePromise, 2);
/third_party/node/deps/npm/node_modules/bluebird/js/browser/
Dbluebird.core.js2569 Promise.prototype._resolveCallback = function(value, shouldBind) {
2576 if (shouldBind) this._propagateFrom(maybePromise, 2);
Dbluebird.js3217 Promise.prototype._resolveCallback = function(value, shouldBind) {
3224 if (shouldBind) this._propagateFrom(maybePromise, 2);