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 6.6 #19201

Closed
wants to merge 12 commits into from
Closed

deps: update V8 to 6.6 #19201

wants to merge 12 commits into from

Commits on Apr 11, 2018

  1. Configuration menu
    Copy the full SHA
    ab95035 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    828a416 View commit details
    Browse the repository at this point in the history
  3. src: update NODE_MODULE_VERSION to 63

    Major V8 updates are usually API/ABI incompatible with previous
    versions. This commit adapts NODE_MODULE_VERSION for V8 6.6.
    
    Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
    MylesBorins committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    996120a View commit details
    Browse the repository at this point in the history
  4. deps: update v8.gyp

    Synchronize source files list with upstream's BUILD.gn.
    targos authored and MylesBorins committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    2c7813d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f4b83b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee6d90f View commit details
    Browse the repository at this point in the history
  7. deps: split v8_monolith target into separate file

    Even if we only use v8_monolith build target, other targets
    in v8.gyp with possibly outdated file lists are parsed and
    could cause build to fail even with --build-v8-with-gn.
    hashseed authored and MylesBorins committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    8136ad6 View commit details
    Browse the repository at this point in the history
  8. tools: fix make test-v8

    targos authored and MylesBorins committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    db5e984 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d71cc49 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ac7dd3 View commit details
    Browse the repository at this point in the history
  11. util: add type check functions for BigInt arrays

    Adds `isBigInt64Array` and `isBigUint64Array`.
    targos authored and MylesBorins committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    739e5b5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    61eb32b View commit details
    Browse the repository at this point in the history