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

vm: update source, related basic & cached data tests for ArrayBuffer #22921

Closed
wants to merge 10 commits into from
Closed

vm: update source, related basic & cached data tests for ArrayBuffer #22921

wants to merge 10 commits into from

Commits on Oct 31, 2018

  1. vm: update source, related basic & cached data tests for ArrayBuffer

    In vm module, accept ArrayBuffer in place of Uint8Array in the source
    code & related test code in "test-vm-basic.js" & "test-vm-cached-data.js", per
    the "vm" item in the checklist of the comment in #1826.
    
    Refs: #1826 (comment)
    BeniCheni committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    0733f4a View commit details
    Browse the repository at this point in the history
  2. vm: update contextify source

    Use ArrayBufferView/IsArrayBufferView in places of Uint8Array/IsUint8Array,
    in the node_contextify.cc source code.
    
    Refs: #22921 (comment)
    BeniCheni committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    8029352 View commit details
    Browse the repository at this point in the history
  3. doc: update vm.md for "cachedData" w. TypedArray|DataView

    Update the "cachedData" description with support of TypedArray
    or DataView support in “new vm.Script” & “vm.compileFunction”.
    BeniCheni committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    2010cfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08d177f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc53ec5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18b86aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b86151e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    862c63d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fac59e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0f20aca View commit details
    Browse the repository at this point in the history