summaryrefslogtreecommitdiff
path: root/src/node_errors.cc
Commit message (Expand)AuthorAgeFilesLines
* src: allow fatal exceptions to be enhancedcjihrig2019-07-071-2/+3
* process: split routines used to enhance fatal exception stack tracesJoyee Cheung2019-06-271-29/+92
* src: refactor uncaught exception handlingJoyee Cheung2019-06-191-43/+97
* src: restore stdio on program exitBen Noordhuis2019-06-121-1/+1
* src: handle exceptions from ToDetailString()Anna Henningsen2019-06-091-1/+2
* src, lib: take control of prepareStackTraceGus Caplan2019-05-211-0/+18
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* src: move OnMessage to node_errors.ccJoyee Cheung2019-04-261-0/+27
* src: handle fatal error when Environment is not assigned to contextJoyee Cheung2019-04-171-10/+29
* process: add --unhandled-rejections flagRuben Bridgewater2019-04-151-2/+13
* inspector: display error when ToggleAsyncHook failsJoyee Cheung2019-03-301-42/+112
* process: refactor global.queueMicrotask()Joyee Cheung2019-03-111-12/+0
* src: refactor `Environment::GetCurrent(isolate)` usageAnna Henningsen2019-03-051-1/+0
* report: rename location to triggercjihrig2019-03-031-1/+1
* 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