aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4internalclass_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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