[Webkit-unassigned] [Bug 33603] New: Some properties are not returned by Object.keys and Object.getOwnPropertyNames
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 13 08:56:32 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33603
Summary: Some properties are not returned by Object.keys and
Object.getOwnPropertyNames
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore JavaScript
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: kent.hansen at nokia.com
For example, the window object has a property called "addEventListener";
window.hasOwnProperty("addEventListener") returns true, but
Object.keys(window).indexOf("addEventListener") returns -1.
The property _is_ returned by a for-in enumeration.
--
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