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: remove usage of AllocatedBuffer from src/node_buffer.cc #39941

Commits on Aug 30, 2021

  1. src: remove usage of AllocatedBuffer from src/node_buffer.cc

    Since AllocatedBuffer is just a thin wrapper around v8::BackingStore, we
    should prefer using v8::BackingStore directly.
    
    Refs: https://github.com/nodejs/node/blob/52abf271c563ddffdc93b444ea05e5347a7f2784/src/allocated_buffer.h#L30-L31
    
    Signed-off-by: Darshan Sen <darshan.sen@postman.com>
    RaisinTen committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    2d93910 View commit details
    Browse the repository at this point in the history