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: cherry-pick 00704f5a from V8 upstream #43921

Merged
merged 2 commits into from
Jul 26, 2022

Commits on Jul 24, 2022

  1. deps: cherry-pick 00704f5a from V8 upstream

    Original commit message:
    
        Add more efficient API for accesssing ArrayBuffer raw data
    
        Raw data access is already possible via GetBackingStore()->GetData().
        This API exposes a more efficient way for accessing
        JSArrayBuffer::backing_store (which, despite the confusing name, is no
        the BackingStore but its raw data pointer).
    
        Bug: v8:10343
        Change-Id: I695cea91e2c3de75ce6c86bac6e413ce6617958b
        Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3764341
        Reviewed-by: Camillo Bruni <[email protected]>
        Commit-Queue: Marja Hölttä <[email protected]>
        Cr-Commit-Position: refs/heads/main@{#81745}
    
    Refs: v8/v8@00704f5
    Refs: nodejs#32226
    kvakil committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    118138d View commit details
    Browse the repository at this point in the history
  2. Increment embedder number.

    kvakil committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    beed835 View commit details
    Browse the repository at this point in the history