summaryrefslogtreecommitdiff
path: root/src/aliased_buffer.h
Commit message (Expand)AuthorAgeFilesLines
* src: make AliasedBuffers in the binding data weakJoyee Cheung2023-04-201-0/+12
* src: fix AliasedBuffer memory attribution in heap snapshotsJoyee Cheung2023-03-011-1/+7
* src: move AliasedBuffer implementation to -inl.hJoyee Cheung2023-03-011-162/+39
* src: remove unowned usages of GetBackingStoreKeyhan Vakil2022-08-031-4/+3
* fs: use signed types for stat dataLivia Medeiros2022-07-181-1/+1
* src: remove unused `iostream` libraryJuan José Arboleda2021-05-201-1/+0
* src: support serialization of binding dataJoyee Cheung2021-02-191-0/+5
* src: rename AliasedBufferInfo->AliasedBufferIndexDaniel Bevenius2020-12-041-21/+21
* src: snapshot Environment upon instantiationJoyee Cheung2020-07-181-9/+57
* src: check for overflow when extending AliasedBufferBaseChristian Niederer2020-03-301-1/+2
* src: make aliased_buffer.h self-containedJoyee Cheung2020-03-101-1/+1
* src: migrate off ArrayBuffer::GetContentsAnna Henningsen2019-11-121-2/+2
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+1
* src: use predefined AliasedBuffer types in the code baseJoyee Cheung2019-04-261-27/+31
* src: simplify AliasedBuffer lifetime managementAnna Henningsen2019-02-211-29/+14
* src: introduce DCHECK macrocjihrig2018-12-261-3/+1
* src: use DCHECK_* macros where possiblecjihrig2018-12-261-8/+4
* src: fix compiler warningcjihrig2018-10-301-1/+1
* src: add AliasedBuffer::reserveRefael Ackermann2018-10-241-5/+43
* benchmark,doc,lib,src,test,tools: fix typosBrandon Smith2018-10-091-1/+1
* src: add missing `NODE_WANT_INTERNALS` guardsAnna Henningsen2018-08-281-1/+4
* src: fix warnings in aliased_bufferKyle Farnung2018-03-301-9/+7
* src: add incr/decr operators for ReferenceDaniel Bevenius2018-03-091-0/+16
* async_hooks: use typed array stack as fast pathAnna Henningsen2017-12-271-2/+27
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* http2,async-wrap: introduce AliasedBuffer classMike Kaufman2017-09-131-0/+200