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

contextify: tie lifetimes of context & sandbox #5786

Closed
wants to merge 1 commit into from

Commits on Mar 19, 2016

  1. contextify: tie lifetimes of context & sandbox

    When the previous set of changes (bfff07b) it was possible to have the
    context get garbage collected while sandbox was still live. We need to
    tie the lifetime of the context to the lifetime of the sandbox.
    
    Fixes: nodejs#5768
    PR-URL: nodejs#5786
    ofrobots committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    95a70d9 View commit details
    Browse the repository at this point in the history