Home
last modified time | relevance | path

Searched refs:onRejection (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/
Dthen.js13 export default function then(onFulfillment, onRejection) { argument
28 subscribe(parent, child, onFulfillment, onRejection);
Dpromise.js367 catch(onRejection) { field in Promise
368 return this.then(null, onRejection);
D-internal.js133 function subscribe(parent, child, onFulfillment, onRejection) { argument
141 _subscribers[length + REJECTED] = onRejection;
/third_party/node/deps/npm/node_modules/es6-promise/dist/
Des6-promise.js161 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);
Des6-promise.auto.js161 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);
Des6-promise.min.map1onRejection) {\n var parent = this;\n\n var child = new this.constructor(noop);\n\n if (child[P…
Des6-promise.auto.min.map1onRejection) {\n var parent = this;\n\n var child = new this.constructor(noop);\n\n if (child[P…
Des6-promise.auto.map1onRejection) {\n var parent = this;\n\n var child = new this.constructor(noop);\n\n if (child[P…
Des6-promise.map1onRejection) {\n var parent = this;\n\n var child = new this.constructor(noop);\n\n if (child[P…