[Webkit-unassigned] [Bug 223613] New: JSGlobalObject's m_customGetterFunctionMap and m_customSetterFunctionMap should be sets, not maps, and should use both the identifier and function pointer as the key

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 17:04:47 PDT 2021


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

            Bug ID: 223613
           Summary: JSGlobalObject's m_customGetterFunctionMap and
                    m_customSetterFunctionMap should be sets, not maps,
                    and should use both the identifier and function
                    pointer as the key
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sam at webkit.org

JSGlobalObject's m_customGetterFunctionMap and m_customSetterFunctionMap should be sets, not maps, and should use both the identifier and function pointer as the key.

This will allow WebCore to use the same custom getter and setter functions for multiple attributes, as is needed for CSSStyleDeclaration.

-- 
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/20210323/7672039e/attachment.htm>


More information about the webkit-unassigned mailing list