Skip to content

Conversation

@nickva
Copy link
Contributor

@nickva nickva commented Nov 3, 2025

Optimized global variable access
bellard/quickjs@a6816be

Much faster destructuring at the expense of a slight incompatibility
with the spec when direct evals are present (v8 behaves the same way)
bellard/quickjs@e015918

Remove duplicate test
bellard/quickjs@961478d

qjs `--strict` option (we don't use this)
bellard/quickjs@baa186f

Fix use-after-free in Array.prototype.transfer (we don't use this)
bellard/quickjs@75b5230

Fix `DataView` resizing
bellard/quickjs@7cfddd0

Fix length check in ArrayBuffer.prototype.slice
bellard/quickjs@c6fe5a9

More informative "not a constructor" error message
bellard/quickjs@080c01f
@nickva nickva merged commit 5eb4adb into main Nov 4, 2025
51 checks passed
@nickva nickva deleted the update_quick_js branch November 4, 2025 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants