Get rid of virtual __get__ in RegExpObject
authorSimon Hausmann <simon.hausmann@digia.com>
Fri, 18 Jan 2013 13:38:29 +0000 (14:38 +0100)
committerLars Knoll <lars.knoll@digia.com>
Fri, 18 Jan 2013 15:29:18 +0000 (16:29 +0100)
commit0c08ca8cf5fadef2bf182aa7d8837ee826dc68a8
tree03e0afb93325da8a9af4ae1588b5a977ac91dc17
parent8ac781f35e7eb7c7d36ab40c86b604c3a8c52717
Get rid of virtual __get__ in RegExpObject

Instead implement the properties as run-time initialized properties.  Fixes
also a bunch of tests that verifies that they are own properties.

Change-Id: I3c4ba52edcec2b59020a2966436b33b2ca5d7f46
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
qmljs_objects.cpp
qmljs_objects.h
qv4regexp.h
tests/TestExpectations