Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f6dfab
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: db9e122
Choose a head ref
  • 4 commits
  • 1,324 files changed
  • 3 contributors

Commits on Jan 22, 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: #4399
    PR-URL: #4785
    Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
    ofrobots committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    ef4170e 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@{#31947}
    
    This postmortem information is useful for both object inspection, and
    function's context variables inspection.
    
    Ref: #3779
    PR-URL: #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 22, 2016
    Configuration menu
    Copy the full SHA
    113d1f3 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@{#31964}
    
    This adds some missing classes to postmortem info like
    JSMap and JSSet.
    
    Ref: #3792
    PR-URL: #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 22, 2016
    Configuration menu
    Copy the full SHA
    674e513 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: #4399
    PR-URL: #4785
    Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
    ofrobots committed Jan 22, 2016
    Configuration menu
    Copy the full SHA
    db9e122 View commit details
    Browse the repository at this point in the history
Loading