aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sparsearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* V4: Fix SparseArray::deleteNodeRon Hashimoto2015-09-251-7/+4
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Move ArrayElementLessThen to qv4arraydata.cppLars Knoll2014-01-311-26/+0
* Save memory on array dataLars Knoll2014-01-201-7/+7
* Fixes to sparse array handlingLars Knoll2014-01-201-32/+32
* Fix small bug in array sortingLars Knoll2013-11-181-3/+3
* Fix the remaining objects against self destructionLars Knoll2013-10-111-1/+3
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-2/+4
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+1
* Use QV4::ReturnedValue in the runtime APILars Knoll2013-09-121-3/+5
* More work on converting calling conventions to fit the new GC schemeLars Knoll2013-09-111-1/+1
* Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-8/+10
* Restructure source codeLars Knoll2013-08-081-0/+459