Home
last modified time | relevance | path

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

/third_party/node/lib/internal/process/
Dexecution.js142 return (er, fromPromise) => {
163 const type = fromPromise ? 'unhandledRejection' : 'uncaughtException';
/third_party/node/lib/internal/main/
Dworker_thread.js204 function workerOnGlobalUncaughtException(error, fromPromise) { argument
209 handled = onGlobalUncaughtException(error, fromPromise);