fix deleteProperty on a string objects
authorLars Knoll <lars.knoll@digia.com>
Thu, 13 Jun 2013 16:27:06 +0000 (18:27 +0200)
committerSimon Hausmann <simon.hausmann@digia.com>
Thu, 13 Jun 2013 16:52:21 +0000 (18:52 +0200)
commit1e3d28b8ba33d1c73d9276517463016336e7d268
treec66cc73736fe94c5d4483411f7be5527c59fb321
parent924eab4bcdb8a857f21a6b617d82b870d166ec08
fix deleteProperty on a string objects

For array indices that are part of the string,
deleteProperty should fail.

Change-Id: Ib253ddd5b3b04d2edc9b744a9407451c2a9778fd
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/qml/v4/qv4stringobject.cpp
src/qml/qml/v4/qv4stringobject_p.h
src/qml/qml/v8/qjsvalue.cpp