Fixes for argument objects
authorLars Knoll <lars.knoll@digia.com>
Fri, 3 Jan 2014 10:58:03 +0000 (11:58 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 9 Jan 2014 06:46:59 +0000 (07:46 +0100)
commit5cf95512af83fc6a0f70d3493be571accaf50d84
treebdfb965bcdf45c099612829754efceef8c7e2837
parent6e05ab2bc4598b86082766e5a51ad3a6c9e637b7
Fixes for argument objects

Fix a possible infinite recursion, and a corner
case where we wouldn't set the correct data when
writing to the argument object

Change-Id: Ia64b9f62e9b881e24d74e23d96d5eb27805a126f
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/jsruntime/qv4argumentsobject.cpp
src/qml/jsruntime/qv4object.cpp
src/qml/jsruntime/qv4object_p.h
src/qml/jsruntime/qv4runtime.cpp