summaryrefslogtreecommitdiff
path: root/src/node_errors.cc
Commit message (Expand)AuthorAgeFilesLines
* src: mark fatal error functions as noreturnChengzhong Wu2023-04-271-8/+3
* sea: use JSON configuration and blob content for SEAJoyee Cheung2023-04-091-5/+23
* src: bootstrap prepare stack trace callback in shadow realmChengzhong Wu2023-04-041-5/+5
* bootstrap: print stack trace during environment creation failureJoyee Cheung2023-02-281-24/+55
* src: use string_view for report and related codeAnna Henningsen2023-02-201-2/+4
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-2/+3
* src: simplify exit code accessesDaeyeon Jeong2022-11-101-9/+2
* src: use new v8::OOMErrorCallback APIMichaël Zasso2022-10-111-3/+3
* src: consolidate exit codes in the code baseJoyee Cheung2022-10-061-4/+15
* report: get stack trace with cross origin contextsChengzhong Wu2022-09-021-0/+5
* report: expose report public native apisChengzhong Wu2022-08-241-14/+3
* report: print javascript stack on fatal errorlegendecas2022-08-201-0/+30
* report: skip report if uncaught exception is handledChengzhong Wu2022-08-161-0/+8
* src,lib: print prinstine source when source map source not foundlegendecas2022-08-061-1/+3
* src: split property helpers from node::Environmentlegendecas2022-08-021-15/+21
* src: fix bug in GetErrorSource()Tobias Nießen2022-07-301-1/+1
* src,lib: print source map error source on demandlegendecas2022-07-281-5/+51
* src: fix regression that a source marker is lostcola1192022-07-251-1/+2
* lib,src: add source map support for global evallegendecas2022-07-111-0/+43
* src: use Isolate::TryGetCurrent where appropriateAnna Henningsen2021-09-081-1/+1
* errors: disp ver on fatal except that causes exitDivlo2021-09-081-0/+4
* esm: refine ERR_REQUIRE_ESM errorsGuy Bedford2021-07-151-0/+6
* process: add api to enable source-maps programmaticallylegendecas2021-07-151-4/+5
* report: generates report on threads with no isolateslegendecas2021-06-141-6/+3
* src: use SPrintF in ProcessEmitWarningDarshan Sen2021-05-251-1/+1
* src: fix fatal errors when a current isolate not existlegendecas2021-05-181-0/+6
* src: use non-deprecated V8 module and script APIsMichaël Zasso2021-02-251-2/+2
* src: remove unnecessary ToLocalChecked node_errorsDaniel Bevenius2020-12-221-4/+5
* 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