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: replace some deprecated uses of Get() and Set() #24060

Merged
merged 4 commits into from
Nov 7, 2018

Commits on Nov 7, 2018

  1. src: fix Get() usage in async_wrap.cc

    PR-URL: nodejs#24060
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    cjihrig committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    312baac View commit details
    Browse the repository at this point in the history
  2. src: fix Get() usage in tls_wrap.cc

    PR-URL: nodejs#24060
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    cjihrig committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    5c9a4b2 View commit details
    Browse the repository at this point in the history
  3. src: fix Set() usage in node.h

    PR-URL: nodejs#24060
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    cjihrig committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    ff0719d View commit details
    Browse the repository at this point in the history
  4. src: fix Set() usage in env-inl.h

    PR-URL: nodejs#24060
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Anna Henningsen <[email protected]>
    Reviewed-By: Joyee Cheung <[email protected]>
    cjihrig committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    7c64133 View commit details
    Browse the repository at this point in the history