[Webkit-unassigned] [Bug 71333] Object.getOwnPropertyDescriptor() does not retrieve the getter/setter from a property on the window that has been overridden with a getter/setter/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 1 16:02:39 PDT 2011


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


Sam Weinig <sam at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Object.getOwnPropertyDescri |Object.getOwnPropertyDescri
                   |ptor().get/set does not     |ptor() does not retrieve
                   |behave the same as          |the getter/setter from a
                   |__lookupGetter__/__lookupSe |property on the window that
                   |tter__ on window properties |has been overridden with a
                   |                            |getter/setter/




--- Comment #2 from Sam Weinig <sam at webkit.org>  2011-11-01 16:02:39 PST ---
The real bug here is not that they behave inconsistently (that will be change shortly by implementing __lookupGetter__ in terms of Object.getOwnPropertyDescriptor()), but that Object.getOwnPropertyDescriptor() does not retrieve the getter/setter from a property on the window that has been overridden with a getter/setter.

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