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

Define sort order is implementation-defined when another agent is concurrently modifying the same underlying data block #2422

Open
anba opened this issue Jun 1, 2021 · 0 comments

Comments

@anba
Copy link
Contributor

anba commented Jun 1, 2021

%TypedArray%.prototype.sort should have a note that the sort order is implementation-defined when another agent is concurrently modifying the same data block. So basically something similar to this note in Array.prototype.sort:

Calling comparefn(a, b) does not modify obj or any object on obj's prototype chain.

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

No branches or pull requests

1 participant