[Webkit-unassigned] [Bug 256269] New: Make IsWeakCallback the default

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 3 13:57:13 PDT 2023


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

            Bug ID: 256269
           Summary: Make IsWeakCallback the default
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rreno at apple.com
                CC: cdumez at apple.com, webkit-bug-importer at group.apple.com

Currently callbacks in the bindings generate Strong<> references which act as GC roots. It's probably a better default to create Weak<> references in the default case and provide a IsStrongCallback extended IDL attribute for cases where Strong<> is necessary.

-- 
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/20230503/ac0ed3f7/attachment-0001.htm>


More information about the webkit-unassigned mailing list