node/lib/internal/process
Chengzhong Wu 678551c294
report: skip report if uncaught exception is handled
If the exception is handled by the userland
process#uncaughtException handler, reports should not be generated
repetitively as the process may continue to run.

PR-URL: https://github.com/nodejs/node/pull/44208
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
2022-08-16 21:04:48 +08:00
..
esm_loader.js esm: add --import flag 2022-07-31 04:08:02 +01:00
execution.js report: skip report if uncaught exception is handled 2022-08-16 21:04:48 +08:00
per_thread.js process: use defineProperty instead of assignment 2022-07-24 14:09:29 +02:00
policy.js lib: flatten access to primordials 2019-11-25 10:28:15 +01:00
pre_execution.js src: disambiguate terms used to refer to builtins and addons 2022-08-09 01:36:49 +08:00
promises.js lib: use null-prototype objects for property descriptors 2022-06-03 09:23:58 +01:00
report.js process: use validateString validator 2022-01-21 23:46:16 +00:00
signal.js process: refactor to use more primordials 2020-11-24 05:27:19 -08:00
task_queues.js lib: replace validator and error 2022-02-05 08:36:48 -08:00
warning.js bootstrap: clean up warning setup during serialization 2022-08-03 00:41:42 +08:00
worker_thread_only.js bootstrap: use different scripts to setup different configurations 2019-12-20 22:10:13 +08:00