Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 8032a210250c
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: a1b2875afd9a
Choose a head ref
  • 3 commits
  • 9 files changed
  • 2 contributors

Commits on Nov 19, 2014

  1. v8: add api for aborting on uncaught exception

    Add v8::Isolate::SetAbortOnUncaughtException() so the user can be
    notified when an uncaught exception has bubbled.
    
    PR-URL: #8666
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    trevnorris committed Nov 19, 2014
    1
    Copy the full SHA
    fbff705 View commit details
    Browse the repository at this point in the history
  2. domains: fix issues with abort on uncaught

    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: #8631
    Fixes: #8630
    PR-URL: #8666
    Reviewed-by: Trevor Norris <trev.norris@gmail.com>
    Julien Gilli authored and trevnorris committed Nov 19, 2014
    Copy the full SHA
    caeb677 View commit details
    Browse the repository at this point in the history
  3. lint: fix lint issues

    Forgot to fix these before landing the patch.
    
    Fixes: e17c5a7
    trevnorris committed Nov 19, 2014
    Copy the full SHA
    a1b2875 View commit details
    Browse the repository at this point in the history