summaryrefslogtreecommitdiff
path: root/src/node_errors.cc
AgeCommit message (Expand)Author
2019-11-28src: add more `can_call_into_js()` guardsAnna Henningsen
2019-11-06src: make EndStartedProfilers an exit hookAnna Henningsen
2019-10-22cli: add --trace-uncaught flagAnna Henningsen
2019-09-24src: try showing stack traces when process._fatalException is not setJoyee Cheung
2019-09-24src: disconnect inspector before exiting out of fatal exceptionJoyee Cheung
2019-07-07src: allow fatal exceptions to be enhancedcjihrig
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-06-19src: refactor uncaught exception handlingJoyee Cheung
2019-06-12src: restore stdio on program exitBen Noordhuis
2019-06-09src: handle exceptions from ToDetailString()Anna Henningsen
2019-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-26src: move OnMessage to node_errors.ccJoyee Cheung
2019-04-17src: handle fatal error when Environment is not assigned to contextJoyee Cheung
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-03-30inspector: display error when ToggleAsyncHook failsJoyee Cheung
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-05src: refactor `Environment::GetCurrent(isolate)` usageAnna Henningsen
2019-03-03report: rename location to triggercjihrig
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-20report: simplify OnFatalError() handlingcjihrig
2019-02-17src: add debug CHECKs against empty handlesAnna Henningsen
2019-02-03src: handle errors while printing error objectsAnna Henningsen
2019-02-03src: use struct as arguments to node::AssertAnna Henningsen
2019-02-01src: move public C++ APIs into src/api/*.ccJoyee Cheung
2019-01-30src: add handle scope to `OnFatalError()`Anna Henningsen
2019-01-24src: remove unnecessary `filename` variableAnna Henningsen
2019-01-18src: merge into coreGireesh Punathil
2019-01-16src: call `Environment::Exit()` for fatal exceptionsAnna Henningsen
2019-01-14src: move node::errno_string into node_errors.h/ccJoyee Cheung
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2018-12-31src: ignore termination exceptions in fatal TryCatchAnna Henningsen
2018-12-03src: use custom TryCatch subclassGus Caplan
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung