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 |
|
Jarred Sumner
|
ff7f642099
|
Call Error.prepareStackTrace on new Error().stack (#5802)
* Always call `Error.prepareStackTrace`
* Support node:vm
* Remove this
* Handle more cases
---------
Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
|
2023-09-20 05:52:59 -07:00 |
|
Jarred Sumner
|
0c11762c31
|
[node:vm] Fix crash when new ArrayBuffer() is returned
|
2023-06-05 17:17:48 -07:00 |
|
Jarred Sumner
|
0b6a32269f
|
ensure unused variable is not eliminated
|
2023-05-19 19:36:27 -07:00 |
|
Ashcon Partovi
|
386ac374d5
|
Add tests for node:vm
|
2023-05-19 18:40:01 -07:00 |
|