Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-10-21 | Fix bugs in mask boolean values | 1 | -5/+12 | ||
2022-10-20 | Fix crash in `highWaterMark` | 1 | -143/+144 | ||
2022-09-09 | Fix segfault due to GC and some more helper functions (#1221) | 1 | -50/+121 | ||
* Fix segfault due to GC and some more helper functions * fix upon reviews * add visitChildren | |||||
2022-09-08 | Add native helper functions for Readable and convert ReadableState ↵ | 1 | -85/+125 | ||
properties to getter/setter (#1218) | |||||
2022-09-06 | Add native ReadableState (#1210) | 1 | -0/+293 | ||
* use functionSpace for JSStringDecoderConstructor and fix console.log on prototype * Add native ReadableState * move kPaused to class property |