8000 - added resizable array buffers (bnoordhuis) · bellard/quickjs@f021d77 · GitHub
[go: up one dir, main page]

Skip to content

Commit f021d77

Browse files
author
Fabrice Bellard
committed
- added resizable array buffers (bnoordhuis)
- fixed Atomics.wait, Atomics.notify, TypedArray.prototype.lastIndexOf - fixed JS_PreventExtensions() with resizable typed arrays
1 parent 44d03a8 commit f021d77

File tree

6 files changed

+726
-320
lines changed

6 files changed

+726
-320
lines changed

TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ Optimization ideas:
6262
Test262o: 0/11262 errors, 463 excluded
6363
Test262o commit: 7da91bceb9ce7613f87db47ddd1292a2dda58b42 (es5-tests branch)
6464

65-
Result: 53/80840 errors, 1631 excluded, 6024 skipped
65+
Result: 48/81760 errors, 1631 excluded, 5564 skipped
6666
Test262 commit: e7e136756cd67c1ffcf7c09d03aeb8ad5a6cec0c

quickjs-atom.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ DEF(timed_out, "timed-out")
191191
DEF(ok, "ok")
192192
/* */
193193
DEF(toJSON, "toJSON")
194+
DEF(maxByteLength, "maxByteLength")
194195
/* class names */
195196
DEF(Object, "Object")
196197
DEF(Array, "Array")

0 commit comments

Comments
 (0)
0