Searched refs:_fulfill (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | nodeback.js | 42 promise._fulfill(value); 45 promise._fulfill(args);
|
D | promise.js | 437 if (!(maybePromise instanceof Promise)) return this._fulfill(value); 459 this._fulfill(promise._value()); 561 promise._fulfill(reflectHandler.call(receiver)); 587 promise._fulfill(value); 630 Promise.prototype._fulfill = function (value) { method in Promise
|
D | race.js | 27 var fulfill = ret._fulfill;
|
D | thenables.js | 20 ret._fulfill,
|
D | timers.js | 26 handle = setTimeout(function() { ret._fulfill(); }, +ms);
|
D | promise_array.js | 126 this._promise._fulfill(value);
|
D | generators.js | 64 this._finallyPromise._fulfill();
|
D | using.js | 30 if (i >= len) return ret._fulfill();
|
/third_party/node/deps/npm/node_modules/bluebird/js/browser/ |
D | bluebird.min.js | 29 …ll,s.cancellation()&&null!==this._finallyPromise&&(this._finallyPromise._fulfill(),this._finallyPr… 30 …_fulfill(s)}else t._fulfill(r);t=null}}}var s=t("./util"),a=s.maybeWrapAsError,c=t("./errors"),l=c… 31 …_fulfill,c._reject,void 0,c,null),c}return a(t,i,r)}}return t}function i(t){return t.then}function…
|
D | bluebird.core.min.js | 30 …(o),t._reject(o)}else if(e){var a=[].slice.call(arguments,1);t._fulfill(a)}else t._fulfill(r);t=nu… 31 …_fulfill(t);e&&this._propagateFrom(n,2);var r=n._target();if(r===this)return void this._reject(l()…
|
D | bluebird.core.js | 2126 promise._fulfill(value); 2129 promise._fulfill(args); 2574 if (!(maybePromise instanceof Promise)) return this._fulfill(value); 2596 this._fulfill(promise._value()); 2698 promise._fulfill(reflectHandler.call(receiver)); 2724 promise._fulfill(value); 2767 Promise.prototype._fulfill = function (value) { 3039 this._promise._fulfill(value); 3364 ret._fulfill,
|
D | bluebird.js | 2114 this._finallyPromise._fulfill(); 2714 promise._fulfill(value); 2717 promise._fulfill(args); 3222 if (!(maybePromise instanceof Promise)) return this._fulfill(value); 3244 this._fulfill(promise._value()); 3346 promise._fulfill(reflectHandler.call(receiver)); 3372 promise._fulfill(value); 3415 Promise.prototype._fulfill = function (value) { 3702 this._promise._fulfill(value); 4301 var fulfill = ret._fulfill; [all …]
|