aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4arrayobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Merge remote-tracking branch 'origin/5.3' into devSimon Hausmann2014-07-261-2/+2
|\
| * shift and unshift fail for QQmlSequence typesMartin Jones2014-07-221-2/+2
* | Convert most simple objects to the new constructor schemeLars Knoll2014-07-221-5/+0
* | Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-2/+2
* | Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* | Get rid of StringRefLars Knoll2014-07-221-4/+4
* | Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-76/+76
* | Move ArrayData over to new data layoutLars Knoll2014-07-221-2/+2
* | Move object data into internal structureLars Knoll2014-07-221-12/+12
* | 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-1/+1
|/
* Cleanup our runtime methodsLars Knoll2014-03-111-4/+4
* Fix copying of Property'sLars Knoll2014-03-101-1/+1
* Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-111-1/+1
|\
| * V4: Array.push() on QStringList should invoke putIndexed()Alberto Mardegan2014-01-281-1/+1
* | CleanupsLars Knoll2014-01-311-2/+2
* | Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-5/+6
* | Split ManagedVTable into two classesLars Knoll2014-01-211-2/+2
* | Add a SimpleArrayData classLars Knoll2014-01-201-5/+4
* | Save memory on array dataLars Knoll2014-01-201-19/+10
* | Rework array handling for JS objectsLars Knoll2014-01-091-97/+98
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-081-1/+1
|\|
| * [ChangeLog][QtQml] Fix JavaScript Array.pop() not updating the internal array...Simon Hausmann2014-01-071-1/+1
* | Move array data into it's own structLars Knoll2014-01-031-39/+39
|/
* Fix regression in QML string list concatenationsSimon Hausmann2013-12-111-2/+12
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Fix interaction between head room and appending in arraysLars Knoll2013-11-181-0/+1
* Simplify & speed up function callingLars Knoll2013-11-091-22/+22
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-7/+7
* Protect write accesses to objectsLars Knoll2013-10-291-10/+44
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-12/+50
* Avoid creating array attributes if possibleLars Knoll2013-10-141-1/+1
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-2/+2
* V4: fix ArrayPrototype::method_isArray() build breakJ-P Nurmi2013-10-011-1/+1
* Remove some uses of raw Object pointersLars Knoll2013-09-301-20/+20
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-5/+5
* Fix API for Object::define*PropertyLars Knoll2013-09-281-5/+7
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-2/+4
* Remove more direct QV4::Value usageLars Knoll2013-09-281-4/+5
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-28/+28
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-56/+56
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-47/+35
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-1/+1
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-1/+1
* Fix some more methods to take ValueRef'sLars Knoll2013-09-221-5/+3
* Fix some smaller spec incompliances in Array.concatLars Knoll2013-09-221-11/+5
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-13/+15