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: extract AllocatedBuffer from env.h #33291

Closed
wants to merge 3 commits into from

Commits on May 30, 2020

  1. src: extract AllocatedBuffer from env.h

    Cleanup up env.h by removing things that are not
    specific to `Environment`.
    jasnell committed May 30, 2020
    Configuration menu
    Copy the full SHA
    1c61aba View commit details
    Browse the repository at this point in the history
  2. src: turn AllocatedBuffer into thin wrapper around v8::BackingStore

    Alternative to nodejs#33381 that
    reimplements that change on top of moving AllocatedBuffer out
    of env.h
    jasnell committed May 30, 2020
    Configuration menu
    Copy the full SHA
    9f8dc2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c49e03 View commit details
    Browse the repository at this point in the history