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

deps: cherry-pick b93c80a from v8 upstream #7689

Closed
wants to merge 2 commits into from
Closed

deps: cherry-pick b93c80a from v8 upstream #7689

wants to merge 2 commits into from

Commits on Jul 25, 2016

  1. deps: cherry-pick b93c80a from v8 upstream

    Original commit message:
    
    If we can't rehash the backing store for weak sets & maps, do a last
    resort GC
    
    BUG=v8:4909
    R=hpayer@chromium.org
    
    Committed: https://crrev.com/b93c80a6039c757723e70420ae73375b5d277814
    Cr-Commit-Position: refs/heads/master@{#37591}
    
    Fixes: #6180
    Matt Loring committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    271a498 View commit details
    Browse the repository at this point in the history
  2. deps: cherry-pick a76d133 from v8 upstream

    Original commit message:
    
    Fix incorrect parameter to HasSufficientCapacity
    
    It takes the number of additional elements, not the total target
    capacity.
    
    Also, avoid right-shifting a negative integer as this is undefined in
    general
    
    BUG=v8:4909
    R=verwaest@chromium.org
    
    Review-Url: https://codereview.chromium.org/2162333002
    Cr-Commit-Position: refs/heads/master@{#37901}
    Matt Loring committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    965ff41 View commit details
    Browse the repository at this point in the history