aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4internalclass_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Speed up QQmlEngine constructorLars Knoll2015-09-251-0/+1
* Cleanup some of the casting codeLars Knoll2015-03-201-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-9/+2
* Move extensible into the internal classLars Knoll2015-01-121-1/+4
* Replace InternalClass transitions hash with a sorted vector.Robin Burchell2015-01-091-2/+6
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-6/+2
* Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-3/+5
* Cleanup header file dependenciesLars Knoll2014-11-041-2/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Get rid of StringRefLars Knoll2014-07-221-3/+0
* Fix marking of prototype objects in internal class poolSimon Hausmann2014-04-281-2/+7
* Reserve a double slot for accessor propertiesLars Knoll2014-03-071-1/+5
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-0/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+11
* Greatly reduce memory consumed by QQmlEngine instancesLars Knoll2013-11-191-6/+92
* Cleanup API of Safe<T>Lars Knoll2013-10-021-0/+2
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-1/+1
* Add the object's prototype to the InternalClass structureLars Knoll2013-09-021-2/+9
* Restructure source codeLars Knoll2013-08-081-0/+154