Properly mark all members in QObjectMethod
authorLars Knoll <lars.knoll@theqtcompany.com>
Fri, 23 Jan 2015 15:03:02 +0000 (16:03 +0100)
committerLars Knoll <lars.knoll@digia.com>
Fri, 23 Jan 2015 15:18:54 +0000 (16:18 +0100)
commitc57bee9dda9857c3efbc34f3f0806a6cea705a9d
tree9f45fb3b58cbd6aceaa267307f4e1b72a916b431
parent43fe684d42d90dd76d7d6c946a37ec0002f703a8
Properly mark all members in QObjectMethod

markObjects wasn't calling the parent implementation, so
the members in Object and FunctionObject didn't get
marked properly and thus collected early by the garbage
collector.

Change-Id: Iee036de909b68002db6d363263e739dcf857f024
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/jsruntime/qv4qobjectwrapper.cpp