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

[v18.x] src: per-realm binding data #47174

Closed

Commits on May 18, 2023

  1. src: per-realm binding data

    Binding data is inherited from BaseObject and created in a specific
    realm. They need to be tracked on a per-realm basis so that they can
    be released properly when a realm is disposed.
    
    PR-URL: nodejs#46556
    Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
    Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
    Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
    # Conflicts:
    #	src/dataqueue/queue.cc
    legendecas committed May 18, 2023
    Configuration menu
    Copy the full SHA
    125af5c View commit details
    Browse the repository at this point in the history