summaryrefslogtreecommitdiff
path: root/src/allocated_buffer.h
Commit message (Collapse)AuthorAgeFilesLines
* src: turn AllocatedBuffer into thin wrapper around v8::BackingStoreJames M Snell2020-06-301-19/+29
| | | | | | | | | | Alternative to https://github.com/nodejs/node/pull/33381 that reimplements that change on top of moving AllocatedBuffer out of env.h PR-URL: https://github.com/nodejs/node/pull/33291 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com>
* src: extract AllocatedBuffer from env.hJames M Snell2020-06-301-0/+63
Cleanup up env.h by removing things that are not specific to `Environment`. PR-URL: https://github.com/nodejs/node/pull/33291 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: David Carlier <devnexen@gmail.com>