Properly mark accessor properties
authorLars Knoll <lars.knoll@digia.com>
Wed, 16 Jan 2013 11:18:47 +0000 (12:18 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Wed, 16 Jan 2013 13:16:25 +0000 (14:16 +0100)
commitab736c08c20feac9033a1a78a5007ece49b74ec9
tree76efa6657c53c50f21a27fdc9cbef09e2dcd83ea
parentc7f71798c74af9731bc4356df8b8f616c10db949
Properly mark accessor properties

During the mark phase of the GC run, we didn't mark
the getters and setters in accessor properties.

This fixes a few crashes in the test suite.

Change-Id: Ic58b317fe1fc5c923e8c114aee94c1981afd894f
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
qmljs_objects.cpp
qv4array.cpp
qv4array.h