RESOLVED FIXED 280946
[JSC] Assert `AsyncFromSyncIterator` before access to internal field
https://bugs.webkit.org/show_bug.cgi?id=280946
Summary [JSC] Assert `AsyncFromSyncIterator` before access to internal field
Sosuke Suzuki
Reported 2024-10-06 08:39:40 PDT
The patch at https://commits.webkit.org/283311@main introduced internal fields to `AsyncFromSyncIterator`. This patch changes the functions in `AsyncFromSyncIteratorPrototype` to assert that the `this` object is an `AsyncFromSyncIterator` before accessing its internal fields. No runtime checks.
Attachments
Sosuke Suzuki
Comment 1 2024-10-06 08:40:27 PDT
EWS
Comment 2 2024-10-13 01:05:40 PDT
Committed 285086@main (fe316088fa6f): <https://commits.webkit.org/285086@main> Reviewed commits have been landed. Closing PR #34745 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-10-13 01:06:19 PDT
Note You need to log in before you can comment on or make changes to this bug.