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

LibJS: Change Array by copy proposal implementation status #16353

Closed
3 tasks done
linusg opened this issue Dec 7, 2022 · 1 comment
Closed
3 tasks done

LibJS: Change Array by copy proposal implementation status #16353

linusg opened this issue Dec 7, 2022 · 1 comment
Labels
ecma-262-proposal Tracking issue for ECMAScript proposal implementations in LibJS ecma-262 Related to ECMA-262 (ECMAScript Specification) task list This issue contains a list of tasks.

Comments

@linusg
Copy link
Member

linusg commented Dec 7, 2022

PRs:

TODO:

Test262:

@linusg linusg added task list This issue contains a list of tasks. ecma-262 Related to ECMA-262 (ECMAScript Specification) labels Dec 7, 2022
@trflynn89
Copy link
Member

We also fail https://github.com/tc39/test262/blob/main/test/built-ins/TypedArray/prototype/with/index-smaller-than-minus-length.js, which I added to the description. The issue is we're happily overflowing from a large double (2^53) to a u32 when we create CanonicalIndex and carrying on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ecma-262-proposal Tracking issue for ECMAScript proposal implementations in LibJS ecma-262 Related to ECMA-262 (ECMAScript Specification) task list This issue contains a list of tasks.
Projects
None yet
Development

No branches or pull requests

2 participants