This repository was archived by the owner on Apr 22, 2023. It is now read-only.
jenkins-accept-commit-temp
Port fbff705 and caeb677 from v0.10 to v0.12, original commit messages: fbff705 Add v8::Isolate::SetAbortOnUncaughtException() so the user can be notified when an uncaught exception has bubbled. caeb677 Do not abort the process if an error is thrown from within a domain, an error handler is setup for the domain and --abort-on-uncaught-exception was passed on the command line. However, if an error is thrown from within the top-level domain's error handler and --abort-on-uncaught-exception was passed on the command line, make the process abort. Fixes: #8877 Reviewed-By: Julien Gilli <[email protected]> PR-URL: https://github.com/joyent/node/pull/25835