Closed Bug 1878658 Opened 1 year ago Closed 1 year ago

Follow-up spec compliance fixes for resizable TypedArrays and DataViews

Categories

(Core :: JavaScript: Standard Library, task, P2)

task

Tracking

()

RESOLVED FIXED
124 Branch
Tracking Status
firefox124 --- fixed

People

(Reporter: anba, Assigned: anba)

References

(Blocks 1 open bug)

Details

Attachments

(3 files)

No description provided.

Side-effects when converting the input value can resize the TypedArray, so
that a previously non-existent property is now in-bounds.

Depends on D200635

The RangeError needs to be thrown before entering the other realm through JSAutoRealm.

Depends on D200636

Severity: -- → N/A
Priority: -- → P2
Pushed by andre.bargull@gmail.com: https://hg.mozilla.org/integration/autoland/rev/b665f717fa14 Part 1: Handle resized TypedArray after conversion for non-existent properties. r=spidermonkey-reviewers,sfink https://hg.mozilla.org/integration/autoland/rev/bbb41ba52948 Part 2: Throw RangeError for out-of-bounds DataViews from correct global. r=spidermonkey-reviewers,sfink https://hg.mozilla.org/integration/autoland/rev/e2597e0646c5 Part 3: Fix variable name typo in TypedArrayJoin. r=spidermonkey-reviewers,sfink
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: