Updates:
Status: WorkingAsIntended
Comment #2 on issue 1929 by [email protected]: getOwnPropertyNames
should only include named properties, not numbered ones
http://code.google.com/p/v8/issues/detail?id=1929
Quoting 8.6 The Object Type: "An Object is a collection of properties. Each
property is either a named data property, a named accessor property, or an
internal property."
This means that all non-internal properties are named including those
like "0", "1", "2" and there is no spec violation here.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev