Searched defs:_reject (Results 1 – 4 of 4) sorted by relevance
101 private _reject: Function; property in PromiseRef
56 const promise = new Promise(function (_resolve, _reject) { argument
135 PromiseArray.prototype._reject = function (reason) { method in PromiseArray
651 Promise.prototype._reject = function (reason) { method in Promise