aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qv8valuetypewrapper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Optimize QDeclarativePropertyCacheAaron Kennedy2011-07-041-1/+1
| | | | | | | | | The creation of QDeclarativePropertyCaches contributes significantly to the initial compile time of a QML app. Change-Id: Iac5d1578155dfa4678a0e21eab51f4c1675762a9 Reviewed-on: http://codereview.qt.nokia.com/1026 Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
* Minor XXX fixupsAaron Kennedy2011-06-091-5/+5
|
* Implement global handle trackingAaron Kennedy2011-06-081-2/+2
| | | | | This makes it easier to track down handles that have been double Dispose()'d. See qv8engine_p.h for details.
* Initial V8 integrationAaron Kennedy2011-06-061-0/+289