Initial work on Object.prototype.getOwnPropertyNames.
authorRoberto Raggi <roberto.raggi@nokia.com>
Mon, 4 Jun 2012 14:57:08 +0000 (16:57 +0200)
committerRoberto Raggi <roberto.raggi@nokia.com>
Mon, 4 Jun 2012 14:57:08 +0000 (16:57 +0200)
commitc3614c1825d7faccd60e9f2e980ce0ad686dc8a2
tree826a219b32314da2e0e274d1d4b35816b92220e3
parentec4f98b19141243155a80889116a4c229ca7e937
Initial work on Object.prototype.getOwnPropertyNames.

At the moment getOwnPropertyNames is not compliant, e.g.
we need to add support for property accessors.
qv4array_p.h
qv4ecmaobjects.cpp