Searched refs:_boundValue (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/npm/node_modules/bluebird/js/release/ |
D | nodeify.js | 12 tryCatch(nodeback).apply(promise._boundValue(), [null].concat(val)); 20 var receiver = promise._boundValue(); 35 var ret = tryCatch(nodeback).call(promise._boundValue(), reason);
|
D | finally.js | 56 ? handler.call(promise._boundValue()) 57 : handler.call(promise._boundValue(), reasonOrValue);
|
D | reduce.js | 155 ret = fn.call(promise._boundValue(), value, this.index, this.length); 157 ret = fn.call(promise._boundValue(),
|
D | catch_filter.js | 10 var boundTo = promise._boundValue();
|
D | bind.js | 27 Promise.prototype._boundValue = debug.boundValueFunction(); method in Promise
|
D | promise.js | 241 receiver = this._boundValue(); 345 return this._boundValue(); 365 Promise.prototype._boundValue = function() {}; method in Promise 514 x = tryCatch(handler).apply(this._boundValue(), value);
|
D | cancel.js | 100 var e = tryCatch(onCancelCallback).call(this._boundValue());
|
D | map.js | 59 var receiver = promise._boundValue();
|
/third_party/node/deps/npm/node_modules/bluebird/js/browser/ |
D | bluebird.min.js | 29 …_boundValue=r.boundValueFunction());var l=n(o),u=new t(e);u._propagateFrom(this,1);var p=this._tar… 30 …_boundValue();l._pushContext();var _=p(u).call(f,t,n,o),d=l._popContext();if(s.checkForgottenRetur…
|
D | bluebird.js | 246 Promise.prototype._boundValue = debug.boundValueFunction(); method in Promise 526 var e = tryCatch(onCancelCallback).call(this._boundValue()); 567 var boundTo = promise._boundValue(); 1958 ? handler.call(promise._boundValue()) 1959 : handler.call(promise._boundValue(), reasonOrValue); 2504 var receiver = promise._boundValue(); 2737 tryCatch(nodeback).apply(promise._boundValue(), [null].concat(val)); 2745 var receiver = promise._boundValue(); 2760 var ret = tryCatch(nodeback).call(promise._boundValue(), reason); 3026 receiver = this._boundValue(); [all …]
|
D | bluebird.core.min.js | 30 …_boundValue=r.boundValueFunction());var l=n(o),u=new t(e);u._propagateFrom(this,1);var p=this._tar… 31 …_boundValue():l===this?void 0:this._boundTo),this._fireEvent("promiseChained",this,s));var p=c();i…
|
D | bluebird.core.js | 224 Promise.prototype._boundValue = debug.boundValueFunction(); method in Promise 379 var e = tryCatch(onCancelCallback).call(this._boundValue()); 420 var boundTo = promise._boundValue(); 1765 ? handler.call(promise._boundValue()) 1766 : handler.call(promise._boundValue(), reasonOrValue); 2378 receiver = this._boundValue(); 2482 return this._boundValue(); 2502 Promise.prototype._boundValue = function() {}; 2651 x = tryCatch(handler).apply(this._boundValue(), value);
|