dave caruso
|
98d19fa624
|
fix(runtime): make some things more stable (partial jsc debug build) (#5881)
* make our debug assertions work
* install bun-webkit-debug
* more progress
* ok
* progress...
* more debug build stuff
* ok
* a
* asdfghjkl
* fix(runtime): fix bad assertion failure in JSBufferList
* ok
* stuff
* upgrade webkit
* Update src/bun.js/bindings/JSDOMWrapperCache.h
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
* fix message for colin's changes
* okay
* fix cjs prototype
* implement mainModule
* i think this fixes it all
---------
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
|
2023-10-16 21:22:43 -07:00 |
|
Dylan Conway
|
00773e15f1
|
reset string decoder on end (#1782)
|
2023-01-12 15:13:05 -08:00 |
|
Zilin Zhu
|
b9fad14f87
|
Add native ReadableState (#1210)
* use functionSpace for JSStringDecoderConstructor and fix console.log on prototype
* Add native ReadableState
* move kPaused to class property
|
2022-09-06 00:57:16 -07:00 |
|
Zilin Zhu
|
700c31dd13
|
Add native StringDecoder (#1188)
* Add native StringDecoder
* fix upon reviews
* add Constructor and use LazyClassStructure
|
2022-09-01 12:56:41 -07:00 |
|