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

Upgrade to V8 4.8 in master #4785

Closed
wants to merge 4 commits into from
Closed

Commits on Jan 20, 2016

  1. deps: upgrade to V8 4.8.271.17

    Pick up V8 4.8 branch-head. This branch brings in @@isConcatSpreadable,
    @@toPrimitive and ToLength ES6 changes. For full details see:
    http://v8project.blogspot.de/2015/11/v8-release-48.html
    
    v8/v8@fa163e2
    
    Ref: nodejs#4399
    ofrobots committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    415ca0e View commit details
    Browse the repository at this point in the history
  2. deps: cherry-pick 68e89fb from v8's upstream

    Original commit message:
    
        This commit adds some postmortem data that is otherwise unavailable.
    
        I have discovered need in those values when writing:
    
        https://github.com/indutny/llnode
    
        BUG=
    
        Review URL: https://codereview.chromium.org/1436473002
    
        Cr-Commit-Position: refs/heads/master@{nodejs#31947}
    
    This postmortem information is useful for both object inspection, and
    function's context variables inspection.
    
    Ref: nodejs#3779
    PR-URL: nodejs#4106
    Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
    Reviewed-By: rvagg - Rod Vagg <rod@vagg.org>
    indutny authored and ofrobots committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    589c65c View commit details
    Browse the repository at this point in the history
  3. deps: backport bc2e393 from v8 upstream

    Original commit message:
    
      [tools] Make gen-postmortem-metadata.py more reliable
    
      Instead of basing matches off of whitespace, walk the
      inheritance chain and include any classes that inherit
      from Object.
    
      R=machenbach@chromium.org,jkummerow@chromium.org
      NOTRY=true
    
      Review URL: https://codereview.chromium.org/1435643002
    
      Cr-Commit-Position: refs/heads/master@{nodejs#31964}
    
    This adds some missing classes to postmortem info like
    JSMap and JSSet.
    
    Ref: nodejs#3792
    PR-URL: nodejs#4106
    Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
    Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com>
    Reviewed-By: rvagg - Rod Vagg <rod@vagg.org>
    evan.lucas authored and ofrobots committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    c3969f1 View commit details
    Browse the repository at this point in the history
  4. test: update ArrayBuffer alloc failure message

    The error message returned on ArrayBuffer allocation failure is now different
    as per https://codereview.chromium.org/1393263003.
    
    Ref: nodejs#4399
    ofrobots committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    466e5da View commit details
    Browse the repository at this point in the history