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

next: Update v8 to 4.3.61.27 #1909

Closed
wants to merge 2 commits into from
Closed

next: Update v8 to 4.3.61.27 #1909

wants to merge 2 commits into from

Commits on Jun 6, 2015

  1. deps: upgrade v8 to 4.3.61.27

    targos committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    2b67ca5 View commit details
    Browse the repository at this point in the history
  2. deps: backport 1f8555 from v8's upstream

    Original commit message:
    
        api: introduce SealHandleScope
    
        When debugging Handle leaks in io.js we found it very convenient to be
        able to Seal some specific (root in our case) scope to prevent Handle
        allocations in it, and easily find leakage.
    
        R=yangguo
        BUG=
    
        Review URL: https://codereview.chromium.org/1079713002
    
        Cr-Commit-Position: refs/heads/master@{nodejs#27766}
    
    Should help us identify and fix Handle leaks in core and user-space code.
    
    NOTE: Works only in Debug build now, but is still better than nothing.
    
    PR-URL: nodejs#1395
    Reviewed-By: Ben Noordhuis <[email protected]>
    indutny authored and targos committed Jun 6, 2015
    Configuration menu
    Copy the full SHA
    9745eca View commit details
    Browse the repository at this point in the history