[Webkit-unassigned] [Bug 200956] New: JSBigInt::m_length should be immutable.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 20 17:32:11 PDT 2019


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

            Bug ID: 200956
           Summary: JSBigInt::m_length should be immutable.
           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

This is because the JSBigInt cell size is allocated with that length.  Changing the length after construction does not change the size of the cell, and hence, makes no sense.

-- 
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/20190821/9d6b38f9/attachment.html>


More information about the webkit-unassigned mailing list