Fix "for (... in ...)" loops for list properties.
authorMichael Brasser <michael.brasser@nokia.com>
Mon, 24 Oct 2011 22:52:01 +0000 (08:52 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 26 Oct 2011 00:11:24 +0000 (02:11 +0200)
commit4e931c4a436ea3dcf6e1921488771aa1e79eda13
tree42ca55bb58cfc827a291e1bca122a901670d8ad0
parent2413cc1e87c051760210028979b4db8e4c13eca0
Fix "for (... in ...)" loops for list properties.

Task-number: QTBUG-22276
Change-Id: Ibe5a1180044d8e4a6ca6458e8170dd027885ad10
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
src/declarative/qml/v8/qv8listwrapper.cpp
src/declarative/qml/v8/qv8listwrapper_p.h
tests/auto/declarative/qdeclarativeecmascript/data/forInLoop.qml [new file with mode: 0644]
tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp