[Webkit-unassigned] [Bug 197134] New: Can't create a const attribute via the JSC C API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 19 21:01:09 PDT 2019


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

            Bug ID: 197134
           Summary: Can't create a const attribute via the JSC C API
           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: simon.fraser at apple.com

There's no way that I could find to create a readonly, const attribute on a class via the JSC C API. I need a

I need the C equivalent of making an attribute with { JSC::PropertyAttribute::DontDelete | JSC::PropertyAttribute::ReadOnly | JSC::PropertyAttribute::ConstantInteger, NoIntrinsic }

This is for DumpRenderTree/WebKitTestRunner.

-- 
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/20190420/bffa60f2/attachment.html>


More information about the webkit-unassigned mailing list