[Webkit-unassigned] [Bug 255440] New: Remove finishCreation()s that only call its superclass' finishCreation().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 13 23:04:25 PDT 2023


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

            Bug ID: 255440
           Summary: Remove finishCreation()s that only call its
                    superclass' finishCreation().
           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

Introduce a DECLARE_DEFAULT_FINISH_CREATION macro to define finishCreation() when ASSERT_ENABLED, and to use Base::finishCreation when not ASSERT_ENABLED.  Change code in JSC to use DECLARE_DEFAULT_FINISH_CREATION when finishCreation() is trivial i.e. effectively just calls the superclass version.

Also change CodeGeneratorJS.pm to do that same.

-- 
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/20230414/e582b441/attachment-0001.htm>


More information about the webkit-unassigned mailing list