Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: add process.binding('config') #6266

Closed
wants to merge 3 commits into from

Commits on Apr 21, 2016

  1. Configuration menu
    Copy the full SHA
    b5c06d0 View commit details
    Browse the repository at this point in the history
  2. src: add process.binding('config')

    It turns out that userland likes to override process.config with
    their own stuff. If we want to be able to depend on it in any way,
    we need our own internal mechanism.
    
    This adds a new private process.binding('config') that is
    intended to serve as a container for internal flags and compile
    time configs that need to be passed on to the JS layer.
    jasnell committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    55e3422 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1238fdf View commit details
    Browse the repository at this point in the history