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

Update ArrayBuffer::was_detached to not use OpenHandle #1126

Merged
merged 1 commit into from
Nov 21, 2022

Commits on Nov 21, 2022

  1. Update ArrayBuffer::was_detached to not use OpenHandle

    In denoland#1103, the `ArrayBuffer::was_detached` method was added to rusty_v8
    to fill a gap in the C++ API, and it was implemented using the
    internal `v8::Utils::OpenHandle`. Since then, a `WasDetached` method
    was added to `ArrayBuffer` in V8 10.9. This PR updates the
    implementation to use that.
    andreubotella committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    5af8d83 View commit details
    Browse the repository at this point in the history