[Webkit-unassigned] [Bug 119995] New: Start removing custom implementations of getOwnPropertyDescriptor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 18 23:23:43 PDT 2013


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

           Summary: Start removing custom implementations of
                    getOwnPropertyDescriptor
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


This can now typically implemented in terms of getOwnPropertySlot.
Add a macro to PropertyDescriptor to define an implementation of GOPD in terms of GOPS.
Switch over most classes in JSC & the WebCore bindings generator to use this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list