[Webkit-unassigned] [Bug 77451] New: Remove JSObject defineGetter/defineSetter lookupGetter/lookupSetter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 31 10:22:07 PST 2012


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

           Summary: Remove JSObject defineGetter/defineSetter
                    lookupGetter/lookupSetter
           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


These can now all be implemented in terms of defineOwnProperty & getPropertyDescriptor.  Also remove initializeGetterSetterProperty, since this is equivalent to putDirectAccessor.

-- 
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