aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sequenceobject.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-241-1/+51
|\
| * Remove QItemSelection value-type, use Array insteadGabriel de Dietrich2015-03-221-1/+25
| * Remove QModelIndexList value type, use Array insteadGabriel de Dietrich2015-03-221-1/+27
|/
* Fix clang warningAndrew Knight2015-03-101-0/+4
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-19/+19
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-2/+2
* Get rid of Value::engine()Lars Knoll2015-01-121-1/+1
* Remove v8engine from qmlcomponent and canvas2dLars Knoll2015-01-081-1/+1
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Fix the way we set the property name during iterationLars Knoll2014-12-201-3/+3
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-2/+2
* Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-4/+1
* Remove the executioncontext in a few more places where it's not neededLars Knoll2014-11-211-7/+7
* Move data of more Qml related objects into Heap namespace.Lars Knoll2014-11-101-32/+50
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-3/+3
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-2/+2
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-11-041-1/+1
|\
| * Fix memory leak in QV4::QQmlSequenceLiang Jian2014-11-041-1/+1
* | Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-3/+3
* | Cleanup header file dependenciesLars Knoll2014-11-041-1/+2
|/
* Get rid of !this and similar constructsLars Knoll2014-10-311-0/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-7/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Change the object allocation schemeSimon Hausmann2014-07-221-2/+2
* Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-221-32/+28
* Convert more objects to the new constructor schemeLars Knoll2014-07-221-7/+2
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-2/+2
* Remove the less often used Ref classesLars Knoll2014-07-221-1/+1
* Get rid of StringRefLars Knoll2014-07-221-2/+2
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-12/+12
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert SequenceObject to new storage layoutLars Knoll2014-07-221-65/+74
* Move Managed data into it's own subclassLars Knoll2014-07-221-1/+1
* Cleanup our runtime methodsLars Knoll2014-03-111-1/+1
* Fix occasional crashes in canvas getImageData and other placesSimon Hausmann2014-02-041-2/+2
* Split ManagedVTable into two classesLars Knoll2014-01-211-9/+9
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-10/+11
* Rework array handling for JS objectsLars Knoll2014-01-091-3/+3
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-2/+1
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-3/+3
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-4/+3
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Simplify & speed up function callingLars Knoll2013-11-091-4/+4
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+4
* Protect write accesses to objectsLars Knoll2013-10-291-0/+3
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-3/+3