[Webkit-unassigned] [Bug 233341] New: SubSpace constructors should take a const HeapCellType& instead of a HeapCellType*.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 18 16:22:22 PST 2021


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

            Bug ID: 233341
           Summary: SubSpace constructors should take a const
                    HeapCellType&  instead of a HeapCellType*.
           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 helps document that the HeapCellTypes are immutable once they are instantiated, and that SubSpaces won't be modifying them.

Also remove the const on CellAttributes return values since it is not needed nor meaningful.

-- 
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/20211119/aa2401b5/attachment-0001.htm>


More information about the webkit-unassigned mailing list