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

Backport 5786 to v5.x #5800

Closed
wants to merge 1 commit into from
Closed

Backport 5786 to v5.x #5800

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.
    
    This is a backport of nodejs#5786 to v5.x.
    
    Ref: nodejs#5786
    ofrobots committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    5940430 View commit details
    Browse the repository at this point in the history