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

[v10.x] bootstrapper: move internalBinding to NativeModule #23661

Closed
wants to merge 2 commits into from

Commits on Oct 14, 2018

  1. bootstrapper: move internalBinding to NativeModule

    internalBinding is used so often that it should just automatically be
    available for usage in internals.
    
    PR-URL: nodejs#23025
    Refs: nodejs@2a9eb31
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Colin Ihrig <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    Reviewed-By: Refael Ackermann <[email protected]>
    Reviewed-By: Ruben Bridgewater <[email protected]>
    Reviewed-By: Sakthipriyan Vairamani <[email protected]>
    Reviewed-By: Trivikram Kamat <[email protected]>
    devsnek authored and addaleax committed Oct 14, 2018
    Configuration menu
    Copy the full SHA
    45ca385 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. Configuration menu
    Copy the full SHA
    0010eb9 View commit details
    Browse the repository at this point in the history