Home
last modified time | relevance | path

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

/third_party/node/lib/internal/process/
Dpromises.js29 const pendingUnhandledRejections = []; variable
128 pendingUnhandledRejections.push(promise);
200 let len = pendingUnhandledRejections.length;
202 const promise = pendingUnhandledRejections.shift();
259 pendingUnhandledRejections.length !== 0;