[Webkit-unassigned] [Bug 271505] New: getCachedWrapper always does HashMap lookup when the wrapper doesn't exist

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 22 17:28:07 PDT 2024


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

            Bug ID: 271505
           Summary: getCachedWrapper always does HashMap lookup when the
                    wrapper doesn't exist
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: cdumez at apple.com

WebCore::getCachedWrapper always does the HashMap lookup even for objects which inherits from ScriptWrappable for the main world.
We should avoid this lookup when an object inherits from ScriptWrappable for the main world.

-- 
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/20240323/629edab9/attachment.htm>


More information about the webkit-unassigned mailing list