[Webkit-unassigned] [Bug 263604] New: Change ExpressionRangeInfo's divot, startOffset, and endOffset to be of type unsigned.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 24 11:43:27 PDT 2023


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

            Bug ID: 263604
           Summary: Change ExpressionRangeInfo's divot, startOffset, and
                    endOffset to be of type 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: mark.lam at apple.com

They are currently type int.  However, they were always stored and actually ever populated with positive integer values (i.e. unsigned).  We should make it clear that they are meant to contain unsigned values.

-- 
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/20231024/eab94e78/attachment.htm>


More information about the webkit-unassigned mailing list