Searched refs:_onReject (Results 1 – 2 of 2) sorted by relevance
69 Promise._onReject = null;168 if (Promise._onReject) {169 Promise._onReject(self, newValue);
16 Promise._onReject = null;40 Promise._onReject = function (promise, err) { function