Cleanup getPropertyDescriptor and arguments object
authorLars Knoll <lars.knoll@digia.com>
Fri, 14 Dec 2012 09:25:27 +0000 (10:25 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Fri, 14 Dec 2012 12:01:37 +0000 (13:01 +0100)
commit3a9321de688e2d81fd16e7d4710325810840a6ea
tree17b5e04920be25622ffac61635eae7d39ccd3285
parent445b4e240210b08679e12ef155163ab2782af6a6
Cleanup getPropertyDescriptor and arguments object

The only place where getProepertyDescriptor was still being
used outside of Object itself was the arguments object. Fixed
that by reimplementing get, hasProperty, put and canPut in
the arguments object.

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