Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle TypedArray detach during iteration #209

Merged
merged 1 commit into from Dec 13, 2023

Conversation

bnoordhuis
Copy link
Contributor

Per spec: detaching the TA mid-iteration is allowed.

TypedArray.prototype.sort should not throw an exception when that happens and now no longer does.

Per spec: detaching the TA mid-iteration is allowed.

TypedArray.prototype.sort should not throw an exception when that
happens and now no longer does.
@bnoordhuis bnoordhuis merged commit 5168db1 into quickjs-ng:master Dec 13, 2023
31 checks passed
@bnoordhuis bnoordhuis deleted the ta-detach-sort branch December 13, 2023 07:55
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.

None yet

2 participants