Home
last modified time | relevance | path

Searched refs:_onReject (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/promise/src/
Dcore.js69 Promise._onReject = null;
168 if (Promise._onReject) {
169 Promise._onReject(self, newValue);
Drejection-tracking.js16 Promise._onReject = null;
40 Promise._onReject = function (promise, err) { function