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

Update goja #43

Merged
merged 3 commits into from
Aug 21, 2024
Merged

Update goja #43

merged 3 commits into from
Aug 21, 2024

Conversation

mstoykov
Copy link
Collaborator

No description provided.

dop251 and others added 3 commits August 16, 2024 18:18
- Fixed panic if target ArrayBuffer gets detached during TypedArray.from().
- Use the "flags" property, rather than "global" and "unicode" in RegExp matcher and replacer.
- Do not throw if ArrayBuffer is detached during TypedArray.sort().
- Do not use species constructor when creating a TypedArray from another TypedArray.
- Allow global lexical bindings override variable bindings created by eval().
- Do not accept -00000 as year in Date.parse().
- Fixed object references with Symbol property names.
- Do not call toPropertyKey prematurely when creating object references and some other cases.
- Make "Infinity" case-sensitive and do not accept "inf" in Number().
@mstoykov mstoykov requested a review from a team as a code owner August 19, 2024 09:19
@mstoykov mstoykov merged commit 5d729c3 into main Aug 21, 2024
8 checks passed
@mstoykov mstoykov deleted the updateGoja branch August 21, 2024 08:43
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.

4 participants