summaryrefslogtreecommitdiff
path: root/src/node_errors.cc
Commit message (Expand)AuthorAgeFilesLines
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-2/+2
* report: simplify OnFatalError() handlingcjihrig2019-02-201-8/+2
* src: add debug CHECKs against empty handlesAnna Henningsen2019-02-171-0/+1
* src: handle errors while printing error objectsAnna Henningsen2019-02-031-17/+18
* src: use struct as arguments to node::AssertAnna Henningsen2019-02-031-12/+6
* src: move public C++ APIs into src/api/*.ccJoyee Cheung2019-02-011-13/+0
* src: add handle scope to `OnFatalError()`Anna Henningsen2019-01-301-0/+1
* src: remove unnecessary `filename` variableAnna Henningsen2019-01-241-3/+2
* src: merge into coreGireesh Punathil2019-01-181-0/+18
* src: call `Environment::Exit()` for fatal exceptionsAnna Henningsen2019-01-161-5/+5
* src: move node::errno_string into node_errors.h/ccJoyee Cheung2019-01-141-0/+330
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-081-1/+5
* src: ignore termination exceptions in fatal TryCatchAnna Henningsen2018-12-311-1/+1
* src: use custom TryCatch subclassGus Caplan2018-12-031-42/+48
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-6/+11
* src: move error handling code into node_errors.ccJoyee Cheung2018-11-061-0/+427