Status: New
Owner: ----

New issue 1874 by [email protected]: style objects claim to have all properties as own properties
http://code.google.com/p/v8/issues/detail?id=1874

The following returns true on canary 18.0.980.0 for any property name:

Object.prototype.hasOwnProperty.call(document.documentElement.style, 
'ahjksdhaksj');

It's unclear whether this is a problem with style objects or a problem with v8.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to