aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4string_p.h
Commit message (Expand)AuthorAgeFilesLines
* Rework array handling for JS objectsLars Knoll2014-01-091-0/+2
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-1/+6
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Add a static toArrayIndex() method to QV4::StringLars Knoll2013-12-041-0/+2
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Better way of handling string additionsLars Knoll2013-11-041-12/+11
* Optimize string additionsLars Knoll2013-10-311-9/+41
* Cleanup API of Safe<T>Lars Knoll2013-10-021-0/+1
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-2/+2
* Convert putIndexed()Lars Knoll2013-09-221-1/+1
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+1
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+1
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-2/+2
* Further work towards an exact GCLars Knoll2013-09-221-4/+11
* Refactor our NaN boxing to be more efficientLars Knoll2013-09-181-5/+0
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-2/+4
* Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-1/+1
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+5
* Convert ReturnedValue into a primitive (typedef to quint64)Lars Knoll2013-09-121-0/+2
* Restructure source codeLars Knoll2013-08-081-0/+146