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: reduce scope of variables throughout codebase #23297

Merged
merged 7 commits into from
Oct 9, 2018

Commits on Oct 9, 2018

  1. src: reduce variable scope in cares_wrap.cc

    PR-URL: nodejs#23297
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    Reviewed-By: Gabriel Schulhof <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    8ea20b7 View commit details
    Browse the repository at this point in the history
  2. src: reduce variable scope in module_wrap.cc

    PR-URL: nodejs#23297
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    Reviewed-By: Gabriel Schulhof <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    2c5195a View commit details
    Browse the repository at this point in the history
  3. src: remove unneeded variables in node_crypto.cc

    PR-URL: nodejs#23297
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    Reviewed-By: Gabriel Schulhof <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    78b4369 View commit details
    Browse the repository at this point in the history
  4. src: reduce variable scope in node_url.cc

    PR-URL: nodejs#23297
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    Reviewed-By: Gabriel Schulhof <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    e649ba9 View commit details
    Browse the repository at this point in the history
  5. src: reduce variable scope in node_trace_writer.cc

    PR-URL: nodejs#23297
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    Reviewed-By: Gabriel Schulhof <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    2c7409f View commit details
    Browse the repository at this point in the history
  6. src: reduce variable scope in node_worker.cc

    PR-URL: nodejs#23297
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    Reviewed-By: Gabriel Schulhof <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    7ee8323 View commit details
    Browse the repository at this point in the history
  7. src: reduce variable scope in stream_base.cc

    PR-URL: nodejs#23297
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    Reviewed-By: Gabriel Schulhof <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    cjihrig committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    f7bfbb8 View commit details
    Browse the repository at this point in the history