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: use JS inheritance for AsyncWrap #23094

Closed
wants to merge 3 commits into from
Closed

Commits on Sep 25, 2018

  1. src: use JS inheritance for AsyncWrap

    For all classes descending from `AsyncWrap`, use JS inheritance
    instead of manually adding methods to the individual classes.
    
    This allows cleanup of some code around transferring handles
    over IPC.
    addaleax committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    b2eeb79 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Configuration menu
    Copy the full SHA
    0b866b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70b828b View commit details
    Browse the repository at this point in the history