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: add way to get IsolateData and allocator from Environment #36441

Closed
wants to merge 1 commit into from

Commits on Dec 8, 2020

  1. src: add way to get IsolateData and allocator from Environment

    Add a way to get the current `IsolateData*` and, from it, the current
    Node.js `ArrayBufferAllocator` if there is one. This can be useful
    for re-using either one of these structures as an embedder.
    addaleax committed Dec 8, 2020
    Copy the full SHA
    4d647c1 View commit details
    Browse the repository at this point in the history