Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* 0 initialize remaining indexes in array
* switch to memset
|
|
This reverts commit e2ed31b7e79d1cb4fca492de3be0324afc9fd3a1.
|
|
|
|
- fix bugs in `JSBufferList`
- add tests
|
|
|
|
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
|
If `encoding` is set, no `Buffer`s would be exposed thus `Uint8Array` can be used directly.
- fix data corruption in `BufferList.concat()`
- fix segfaults in `BufferList.join()`
|
|
|
|
|
|
* Fix segfault due to GC and some more helper functions
* fix upon reviews
* add visitChildren
|
|
* use functionSpace for JSStringDecoderConstructor and fix console.log on prototype
* Add native ReadableState
* move kPaused to class property
|
|
* Add native StringDecoder
* fix upon reviews
* add Constructor and use LazyClassStructure
|
|
* Update WebKit
* Fix `DataView` and non-8 bit sized typed arrays with TextDecoder
* New WebKit
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
|
* add simple methods
* add native BufferList
* use RopeBuilder
* use Deque
|