[Webkit-unassigned] [Bug 221915] New: [ESNext] Use GetterSetter to store private accessors

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 15 12:28:59 PST 2021


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

            Bug ID: 221915
           Summary: [ESNext] Use GetterSetter to store private accessors
           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: ticaiolima at gmail.com

Current implementation of private accessors is using JSObect to store a getter/setter pair. However this is a very unoptimized version because we need to carry all the JSObject overhead just to store a pair of getter and setter.

-- 
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/20210215/b9e2f48f/attachment-0001.htm>


More information about the webkit-unassigned mailing list