Details
-
Suggestion
-
Resolution: Invalid
-
P2: Important
-
4.3.0
-
None
Description
Currently, QScriptValueIterator does not follow the prototype chain. This means you have to write a fair bit of code yourself (including dealing with "shadowed" properties) if you want to fully mimic the behavior of the for..in statement. It would be nice if QScriptValueIterator had a mode that did it automatically.