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: c6e958d44d66
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 1c2910d94c4f
Choose a head ref
  • 3 commits
  • 12 files changed
  • 1 contributor

Commits on Dec 29, 2012

  1. domain: Do not use uncaughtException handler

    This adds a process._fatalException method which is called into from
    C++ in order to either emit the 'uncaughtException' method, or emit
    'error' on the active domain.
    
    The 'uncaughtException' event is an implementation detail that it would
    be nice to deprecate one day, so exposing it as part of the domain
    machinery is not ideal.
    
    Fix #4375
    isaacs committed Dec 29, 2012
    Copy the full SHA
    4401bb4 View commit details
    Browse the repository at this point in the history
  2. domain: use camelCase instead of snake_case

    While it's true that error objects have a history of getting snake_case
    properties attached by the host system, it's a point of confusion to
    Node users that comes up a lot.  It's still 'experimental', so best to
    change this sooner rather than later.
    isaacs committed Dec 29, 2012
    Copy the full SHA
    ec8ebaf View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1c2910d View commit details
    Browse the repository at this point in the history