RESOLVED FIXED255527
startFrom parameter should be unsigned
https://bugs.webkit.org/show_bug.cgi?id=255527
Summary startFrom parameter should be unsigned
Seija K.
Reported 2023-04-17 09:28:37 PDT
The value being passed as this argument always unsigned anyway, and when used within the match function itself, it is always being passed to another method or function, which takes an unsigned value, not a signed one.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-04-24 09:29:21 PDT
Ahmad Saleem
Comment 2 2024-01-22 06:42:20 PST
EWS
Comment 3 2024-01-22 14:22:09 PST
Committed 273319@main (e657a3449fbf): <https://commits.webkit.org/273319@main> Reviewed commits have been landed. Closing PR #12807 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.