[Webkit-unassigned] [Bug 255527] New: startFrom parameter should be unsigned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 17 09:28:37 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=255527

            Bug ID: 255527
           Summary: startFrom parameter should be unsigned
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: doremylover123 at gmail.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230417/6a897407/attachment.htm>


More information about the webkit-unassigned mailing list