- added resizable array buffers (bnoordhuis)

- fixed Atomics.wait, Atomics.notify, TypedArray.prototype.lastIndexOf
- fixed JS_PreventExtensions() with resizable typed arrays
This commit is contained in:
Fabrice Bellard
2025-09-22 18:37:41 +02:00
parent 44d03a823d
commit f021d7714f
6 changed files with 728 additions and 322 deletions

View File

@@ -191,6 +191,7 @@ DEF(timed_out, "timed-out")
DEF(ok, "ok")
/* */
DEF(toJSON, "toJSON")
DEF(maxByteLength, "maxByteLength")
/* class names */
DEF(Object, "Object")
DEF(Array, "Array")