Searched refs:onRejection (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/ |
D | then.js | 13 export default function then(onFulfillment, onRejection) { argument 28 subscribe(parent, child, onFulfillment, onRejection);
|
D | promise.js | 367 catch(onRejection) { field in Promise 368 return this.then(null, onRejection);
|
D | -internal.js | 133 function subscribe(parent, child, onFulfillment, onRejection) { argument 141 _subscribers[length + REJECTED] = onRejection;
|
/third_party/node/deps/npm/node_modules/es6-promise/dist/ |
D | es6-promise.js | 161 function then(onFulfillment, onRejection) { argument 179 subscribe(parent, child, onFulfillment, onRejection); 358 function subscribe(parent, child, onFulfillment, onRejection) { argument 367 _subscribers[length + REJECTED] = onRejection; 1055 Promise.prototype.catch = function _catch(onRejection) { argument 1056 return this.then(null, onRejection);
|
D | es6-promise.auto.js | 161 function then(onFulfillment, onRejection) { argument 179 subscribe(parent, child, onFulfillment, onRejection); 358 function subscribe(parent, child, onFulfillment, onRejection) { argument 367 _subscribers[length + REJECTED] = onRejection; 1055 Promise.prototype.catch = function _catch(onRejection) { argument 1056 return this.then(null, onRejection);
|
D | es6-promise.min.map | 1 …onRejection) {\n var parent = this;\n\n var child = new this.constructor(noop);\n\n if (child[P…
|
D | es6-promise.auto.min.map | 1 …onRejection) {\n var parent = this;\n\n var child = new this.constructor(noop);\n\n if (child[P…
|
D | es6-promise.auto.map | 1 …onRejection) {\n var parent = this;\n\n var child = new this.constructor(noop);\n\n if (child[P…
|
D | es6-promise.map | 1 …onRejection) {\n var parent = this;\n\n var child = new this.constructor(noop);\n\n if (child[P…
|