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

implement Object::AddFinalizer #551

Closed

Commits on Sep 27, 2019

  1. implement Object::AddFinalizer

    This allows one to tie the life cycle of one JavaScript object to
    another. In effect, this allows for JavaScript-style closures.
    
    Fixes: nodejs#508
    Gabriel Schulhof committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    0b5a502 View commit details
    Browse the repository at this point in the history