We need to allow storing the value of UINT_MAX as an identifier
authorLars Knoll <lars.knoll@digia.com>
Fri, 28 Jun 2013 09:09:35 +0000 (11:09 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 28 Jun 2013 12:56:38 +0000 (14:56 +0200)
commit4648ee42c7b12c2c9a36fe2dc562f9d1cf51b381
tree042b5f486e52baf3b5a1a07cf38a609b424f4d87
parent85ccf50e35a755088ee733bb4c737f8173f20241
We need to allow storing the value of UINT_MAX as an identifier

As this number is not a valid array index, setting it on an
object will store it in the property table.

Avoids a crash in tst_qjsengine.

Change-Id: Idfacde241609e4818d9da79c35705219c733e50d
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/qml/v4/qv4identifiertable.cpp