[Webkit-unassigned] [Bug 18737] __lookupSetter__ and __lookupGetter__ don't work for getting native setters and getters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 16 13:49:04 PDT 2008


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





------- Comment #2 from sam at webkit.org  2008-06-16 13:49 PDT -------
The reason this does not work is that value is a not a getter/setter, but
rather an attribute.  It is an implementation detail that Firefox implements
native attributes as getter/setter functions.  Changing our implementation to
do this would be a probable performance hit, so I can only really see doing
this if there is a real world need.


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


More information about the webkit-unassigned mailing list