aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/v8/qv8qobjectwrapper_p.h
Commit message (Collapse)AuthorAgeFilesLines
* Extract all QtQuick 1 elements into a separate library/plugin.Martin Jones2011-07-121-1/+1
| | | | | | Change-Id: I41a280de2739ee08202f4be2519e5012870090f2 Reviewed-on: http://codereview.qt.nokia.com/1391 Reviewed-by: Martin Jones <martin.jones@nokia.com>
* Add QHashedV8String to improve lookup performanceAaron Kennedy2011-06-141-4/+33
| | | | | | Also inline QV8QObjectWrapper::getProperty() which significantly improves context lookups which contain a lot of QObject property lookup misses.
* Allow the same QObject to be used in multiple QDeclarativeEnginesAaron Kennedy2011-06-071-1/+8
|
* Initial V8 integrationAaron Kennedy2011-06-061-0/+121