Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src: turn AllocatedBuffer into thin wrapper around v8::BackingStore | James M Snell | 2020-06-30 | 1 | -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.h | James M Snell | 2020-06-30 | 1 | -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> |