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

src: migrate to newer V8 ArrayBuffer APIs #30339

Closed
wants to merge 2 commits into from

Commits on Nov 8, 2019

  1. src: migrate off ArrayBuffer::GetContents

    V8 deprecates `GetContents()` in favour of `GetBackingStore()`.
    Update our code to reflect that.
    V8 also deprecates `Externalize()` and `IsExternal()`; we should
    be able to remove all usage of this once V8 8.0 is there.
    
    Refs: v8/v8@bfe3d6b
    addaleax committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    e5964f9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2019

  1. Configuration menu
    Copy the full SHA
    1fb63ee View commit details
    Browse the repository at this point in the history