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

Fixes for #48 #49

Closed
wants to merge 17 commits into from
Closed

Fixes for #48 #49

wants to merge 17 commits into from

Commits on Apr 3, 2018

  1. Configuration menu
    Copy the full SHA
    4c208e7 View commit details
    Browse the repository at this point in the history
  2. deps: update V8 to 6.7.213

    nodejs-ci committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    9d82ef6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10f94ee View commit details
    Browse the repository at this point in the history
  4. src: update NODE_MODULE_VERSION to 64

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

    Synchronize source files list with upstream's BUILD.gn.
    targos authored and nodejs-ci committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    23f6e08 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    efb5b56 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d753315 View commit details
    Browse the repository at this point in the history
  9. util: add type check functions for BigInt arrays

    Adds `isBigInt64Array` and `isBigUint64Array`.
    targos authored and nodejs-ci committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    c73b5f1 View commit details
    Browse the repository at this point in the history
  10. util: add type check function for BigIntObject

    Also exclude isBigInt from test because `typeof value === 'bigint'` can
    be used instead.
    targos authored and nodejs-ci committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    25d0134 View commit details
    Browse the repository at this point in the history
  11. deps: update v8.gyp

    targos authored and nodejs-ci committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    1c6164b View commit details
    Browse the repository at this point in the history
  12. fix SetIdle deprecation

    Refs: nodejs#46
    targos authored and nodejs-ci committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    8027884 View commit details
    Browse the repository at this point in the history
  13. test: add read_only_space heap space

    v8.getHeapSpaceStatistics() now includes read_only_space
    in its results. Update test-v8-stats.js to account for this.
    
    Fixes: nodejs#44
    cjihrig authored and nodejs-ci committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    e9482ce View commit details
    Browse the repository at this point in the history
  14. test: update postmortem metadata test

    This commit updates the following postmortem metadata constants:
    
    - v8dbg_class_SharedFunctionInfo__code__Code
      - This is now combined with SharedFunctionInfo's function_data.
      - Renamed: v8dbg_class_SharedFunctionInfo__function_data__Object
      - V8 commit: v8/v8@51ded9d
    
    - v8dbg_class_SharedFunctionInfo__raw_name__Object and
    - v8dbg_class_SharedFunctionInfo__scope_info__ScopeInfo
      - These are now combined as name_or_scope_info.
      - Renamed: v8dbg_class_SharedFunctionInfo__name_or_scope_info__Object
      - V8 commit: v8/v8@74a663b
    
    Fixes: nodejs#44
    cjihrig authored and nodejs-ci committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    7ebb9eb View commit details
    Browse the repository at this point in the history
  15. deps: update v8.gyp

    targos authored and nodejs-ci committed Apr 3, 2018
    Configuration menu
    Copy the full SHA
    635853b View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2018

  1. test: update postmortem metadata test

    This commit updates the following postmortem metadata constant:
    
    - v8dbg_class_SharedFunctionInfo__compiler_hints__int
      - Renamed: v8dbg_class_SharedFunctionInfo__flags__int
      - V8 commit: v8/v8@071b01b#diff-f3f182b0510ba2ee39ae87e421ff110b
    
    Fixes: nodejs#48
    cjihrig committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    af80789 View commit details
    Browse the repository at this point in the history
  2. src: update postmortem constant name

    This commit renames V8DBG_CLASS_SHAREDFUNCTIONINFO__RAW_NAME__OBJECT
    to V8DBG_CLASS_SHAREDFUNCTIONINFO__NAME_OR_SCOPE_INFO__OBJECT
    following an upstream change.
    cjihrig committed Apr 4, 2018
    Configuration menu
    Copy the full SHA
    cbcaaab View commit details
    Browse the repository at this point in the history