aboutsummaryrefslogtreecommitdiff
path: root/src/bun.js/bindings/JSBufferList.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-01-12set remaining indexes (#1785)Gravatar Dylan Conway 1-4/+5
2023-01-08Revert "lazily create buffer/string slices (#1735)"Gravatar Jarred Sumner 1-25/+6
This reverts commit e2ed31b7e79d1cb4fca492de3be0324afc9fd3a1.
2023-01-05lazily create buffer/string slices (#1735)Gravatar Alex Lam S.L 1-6/+25
2022-09-09Fix segfault due to GC and some more helper functions (#1221)Gravatar Zilin Zhu 1-0/+1
* Fix segfault due to GC and some more helper functions * fix upon reviews * add visitChildren
2022-09-06Add native ReadableState (#1210)Gravatar Zilin Zhu 1-1/+56
* use functionSpace for JSStringDecoderConstructor and fix console.log on prototype * Add native ReadableState * move kPaused to class property
2022-08-25Add native BufferList (#1146)Gravatar Zilin Zhu 1-0/+90
* add simple methods * add native BufferList * use RopeBuilder * use Deque