aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4arraydata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-26/+26
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-8/+8
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-1/+1
* Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
* Get rid of !this and similar constructsLars Knoll2014-10-311-3/+3
* Don't allocate less memory than requiredLars Knoll2014-10-311-0/+2
* Don't check the this pointer for 0 in member functionsLars Knoll2014-10-271-1/+1
* Reduce size of ArrayData by one pointerLars Knoll2014-10-271-11/+11
* Rework our simple array implementationLars Knoll2014-10-271-129/+132
* Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-09-081-1/+55
|\
| * Fix crashes when calling Array.sort with imperfect sort functionsLars Knoll2014-09-011-1/+55
* | Merge remote-tracking branch 'origin/5.3' into 5.4Simon Hausmann2014-08-261-2/+2
|\|
| * Don't use d->instanceModel after free'ing itLars Knoll2014-08-261-2/+2
* | Update license headers and add new licensesJani Heikkinen2014-08-251-18/+10
* | Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-4/+4
* | Fix build on WindowsSimon Hausmann2014-07-221-0/+16
* | Ported array data to the new object structureSimon Hausmann2014-07-221-2/+2
* | Fix Managed::as<>() methodLars Knoll2014-07-221-2/+2
* | Get rid of all uses of ObjectRefLars Knoll2014-07-221-3/+3
* | Move ArrayData over to new data layoutLars Knoll2014-07-221-191/+191
* | Move object data into internal structureLars Knoll2014-07-221-65/+65
* | Move Managed data into it's own subclassLars Knoll2014-07-221-1/+1
* | Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1
* | Avoid calling destroy() on most objectsLars Knoll2014-07-221-5/+1
|/
* Fix crash in sparse array handlingSimon Hausmann2014-03-281-12/+13
* Fix crash when calling concat on an empty arraySimon Hausmann2014-03-151-0/+2
* Cleanup our runtime methodsLars Knoll2014-03-111-1/+1
* Fix copying of Property'sLars Knoll2014-03-101-1/+1
* CleanupsLars Knoll2014-01-311-14/+14
* Move ArrayElementLessThen to qv4arraydata.cppLars Knoll2014-01-311-0/+41
* Allocate the ArrayData object and it's data togetherSimon Hausmann2014-01-241-99/+148
* Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-50/+52
* Turn ArrayData into a Managed objectLars Knoll2014-01-231-22/+20
* Adjust method naming to be closer to ManagedLars Knoll2014-01-211-13/+22
* Add a SimpleArrayData classLars Knoll2014-01-201-181/+195
* Save memory on array dataLars Knoll2014-01-201-113/+208
* Rework array handling for JS objectsLars Knoll2014-01-091-0/+563