summaryrefslogtreecommitdiff
path: root/src/node_errors.cc
AgeCommit message (Expand)Author
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