Bug 255527 - startFrom parameter should be unsigned
Summary: startFrom parameter should be unsigned
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-17 09:28 PDT by Seija K.
Modified: 2024-01-22 14:22 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Seija K. 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.
Comment 1 Radar WebKit Bug Importer 2023-04-24 09:29:21 PDT
<rdar://problem/108457199>
Comment 2 Ahmad Saleem 2024-01-22 06:42:20 PST
PR - https://github.com/WebKit/WebKit/pull/12807
Comment 3 EWS 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.