summaryrefslogtreecommitdiff
path: root/src/node_errors.cc
Commit message (Expand)AuthorAgeFilesLines
* src: guard against env != null in node_errors.ccAnna Henningsen2020-12-131-1/+1
* src: snapshot nodeJoyee Cheung2020-07-181-1/+11
* src: add errorProperties on process.reporthimself652020-06-261-1/+1
* src: perform bounds checking on error source lineAnna Henningsen2020-06-091-3/+8
* src: remove unused using declarationsDaniel Bevenius2020-05-281-1/+0
* errors: print original exception contextbcoe2020-05-241-0/+16
* src: use basename(argv0) for --trace-uncaught suggestionAnna Henningsen2020-04-151-2/+7
* src: sync access for report and openssl optionsSam Roberts2020-04-081-1/+7
* report: handle on-fatalerror betterHarshitha KP2020-03-251-1/+1
* src: unconditionally include report featurecjihrig2020-03-151-4/+2
* src: remove fixed-size GetHumanReadableProcessNameBen Noordhuis2020-02-071-3/+2
* src: use custom fprintf alike to write errors to stderrAnna Henningsen2020-01-231-87/+40
* src: prevent hard coding stack trace limitlegendecas2019-12-251-1/+1
* build: on Android, use android log library to print stack tracesGiovanni Campagna2019-12-121-0/+6
* src: add more `can_call_into_js()` guardsAnna Henningsen2019-11-281-1/+4
* src: make EndStartedProfilers an exit hookAnna Henningsen2019-11-061-3/+1
* cli: add --trace-uncaught flagAnna Henningsen2019-10-221-0/+13
* src: try showing stack traces when process._fatalException is not setJoyee Cheung2019-09-241-0/+2
* src: disconnect inspector before exiting out of fatal exceptionJoyee Cheung2019-09-241-0/+3
* 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