aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4internalclass.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not call InternalClass::changeVTable directlyLars Knoll2014-01-031-0/+2
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+4
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-0/+6
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-3/+46
* Greatly reduce memory consumed by QQmlEngine instancesLars Knoll2013-11-191-21/+18
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-8/+8
* Cleanup API of Safe<T>Lars Knoll2013-10-021-0/+10
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-1/+1
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-4/+9
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-4/+21
* Add the object's prototype to the InternalClass structureLars Knoll2013-09-021-0/+28
* Restructure source codeLars Knoll2013-08-081-0/+296