[Webkit-unassigned] [Bug 253666] New: JSWorkletPrototypeTableValues unused

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 9 12:00:25 PST 2023


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

            Bug ID: 253666
           Summary: JSWorkletPrototypeTableValues unused
           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: don.olmstead at sony.com
                CC: cdumez at apple.com

Created attachment 465378

  --> https://bugs.webkit.org/attachment.cgi?id=465378&action=review

Generated file

In non-unified builds the value `JSWorkletPrototypeTableValues` is reported as unused in the generated `JSWorklet.cpp`.

/* Hash table for prototype */

static const HashTableValue JSWorkletPrototypeTableValues[] =
{
    { "constructor"_s, static_cast<unsigned>(PropertyAttribute::DontEnum), NoIntrinsic, { HashTableValue::GetterSetterType, jsWorkletConstructor, 0 } },
};

-- 
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/20230309/5e645eba/attachment.htm>


More information about the webkit-unassigned mailing list