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: update V8 to 11.0.0 #45566

Closed
wants to merge 12 commits into from
Closed

deps: update V8 to 11.0.0 #45566

wants to merge 12 commits into from

Commits on Nov 21, 2022

  1. deps: update V8 to 11.0.0

    anonrig committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    b76e553 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b72c529 View commit details
    Browse the repository at this point in the history
  3. src: update NODE_MODULE_VERSION to 112

    Major V8 updates are usually API/ABI incompatible with previous
    versions. This commit adapts NODE_MODULE_VERSION for V8 11.0.
    
    Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
    anonrig committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    005bcc2 View commit details
    Browse the repository at this point in the history
  4. deps: fix V8 build issue with inline methods

    PR-URL: nodejs#35415
    Reviewed-By: Rich Trott <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Daniel Bevenius <[email protected]>
    Reviewed-By: Matteo Collina <[email protected]>
    Reviewed-By: Myles Borins <[email protected]>
    
    deps: patch for v8 on windows
    
    PR-URL: nodejs#40010
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    
    deps: patch v8 for vs2019 in std17
    
    PR-URL: nodejs#40060
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    
    deps: workaround debug link error on Windows
    
    PR-URL: nodejs#38807
    Refs: nodejs#38788
    Reviewed-By: Antoine du Hamel <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    Reviewed-By: Juan José Arboleda <[email protected]>
    Reviewed-By: Michaël Zasso <[email protected]>
    Reviewed-By: Ash Cripps <[email protected]>
    PR-URL: nodejs#45230
    Reviewed-By: Yagiz Nizipli <[email protected]>
    gengjiawen authored and anonrig committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    45c5eb5 View commit details
    Browse the repository at this point in the history
  5. deps: V8: fix v8-cppgc.h for MSVC

    Refs: https://bugs.chromium.org/p/v8/issues/detail?id=12661
    Refs: nodejs#42375
    
    PR-URL: nodejs#42657
    Reviewed-By: Darshan Sen <[email protected]>
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: Michael Dawson <[email protected]>
    PR-URL: nodejs#45230
    Reviewed-By: Yagiz Nizipli <[email protected]>
    gengjiawen authored and anonrig committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    11f4a81 View commit details
    Browse the repository at this point in the history
  6. deps: silence irrelevant V8 warning

    PR-URL: nodejs#44741
    Reviewed-By: Ben Noordhuis <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    PR-URL: nodejs#45230
    Reviewed-By: Yagiz Nizipli <[email protected]>
    targos authored and anonrig committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d3eba45 View commit details
    Browse the repository at this point in the history
  7. deps: fix V8 build on Windows with MSVC

    PR-URL: nodejs#44741
    Reviewed-By: Ben Noordhuis <[email protected]>
    Reviewed-By: Jiawen Geng <[email protected]>
    Reviewed-By: James M Snell <[email protected]>
    PR-URL: nodejs#45230
    Reviewed-By: Yagiz Nizipli <[email protected]>
    targos authored and anonrig committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    1e17605 View commit details
    Browse the repository at this point in the history
  8. tools: update V8 gypfiles

    targos authored and anonrig committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5cfe87b View commit details
    Browse the repository at this point in the history
  9. test: adapt test-v8-stats for V8 update

    targos authored and anonrig committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    e7a28ca View commit details
    Browse the repository at this point in the history
  10. tools: update V8 gypfiles

    targos authored and anonrig committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    d265f81 View commit details
    Browse the repository at this point in the history
  11. [hack] fix ArrayBuffer::Detach deprecation

    targos authored and anonrig committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    2186511 View commit details
    Browse the repository at this point in the history
  12. src: handle formatting errors

    anonrig committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    95ae3ba View commit details
    Browse the repository at this point in the history