Lines Matching refs:handled
57 // Emit 'uncaughtException'. If it's not handled, print the error to stderr
60 // handled, emit 'UnhandledPromiseRejectionWarning'.
65 // 'uncaughtException'. If it's not handled, print the error to stderr
172 const warning = new Error('Promise rejection was handled ' +
191 'or by rejecting a promise which was not handled with .catch(). ' +
269 const handled = emit(reason, promise, promiseInfo);
270 if (!handled) emitUnhandledRejectionWarning(uid, reason);
283 const handled = emit(reason, promise, promiseInfo);
284 if (!handled) {
294 const handled = emit(reason, promise, promiseInfo);
295 if (!handled) {
336 'or by rejecting a promise which was not handled with .catch().' +