Add support for var properties in V4
authorMatthew Vogt <matthew.vogt@nokia.com>
Mon, 16 Apr 2012 06:51:23 +0000 (16:51 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Apr 2012 22:32:45 +0000 (00:32 +0200)
commita36f220e1554c15c4a5808479a4af90b39075e6a
tree9fce48af39873c608157158932c2e4979a6773ed
parent6a815193c7515dc8282aae08b3b78203d5cfbc1f
Add support for var properties in V4

Support initialization of var properties in V4.  Var properties, which
can only be manipulated by V8, are constructed directly into the form
in which they will be stored.

Task-number: QTBUG-25022
Change-Id: I27c6af9f8a310e7baec91bef2593c8518ec1e462
Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
src/qml/qml/v4/qv4bindings.cpp
src/qml/qml/v4/qv4compiler.cpp
src/qml/qml/v4/qv4compiler_p.h
src/qml/qml/v4/qv4instruction.cpp
src/qml/qml/v4/qv4instruction_p.h
src/qml/qml/v4/qv4program_p.h
tests/auto/qml/v4/data/varHandling.qml [new file with mode: 0644]
tests/auto/qml/v4/tst_v4.cpp