[Webkit-unassigned] [Bug 28811] callee and length properties of arguments object are missing the DontEnum attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 28 11:39:21 PDT 2009


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


Geoffrey Garen <ggaren at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |
                 CC|                            |ggaren at apple.com
             Status|RESOLVED                    |UNCONFIRMED




--- Comment #4 from Geoffrey Garen <ggaren at apple.com>  2009-08-28 11:39:21 PDT ---
I think the problem is that propertyIsEnumerable would return true, but should
return false.

I think the best way to fix this is to remove all use and implementation of
getPropertyAttributes, and change propertyIsEnumerable to call
getPropertyDescriptor instead.

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