[Webkit-unassigned] [Bug 190137] New: [JSC] Add a C++ callable overload of objectConstructorSeal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 1 06:57:16 PDT 2018


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

            Bug ID: 190137
           Summary: [JSC] Add a C++ callable overload of
                    objectConstructorSeal
           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: koby.b at mce.systems

Hi,
In node-jsc, I needed to be able to seal an object from c++. Thus, I've added a objectConstructorSeal overload which receives a JSObject, and refactor the existing objectConstructorSeal to use it (similar to objectConstructorFreeze).

I'm attaching the patch.

-- 
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/20181001/481fe79b/attachment.html>


More information about the webkit-unassigned mailing list