aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sequenceobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-34/+30
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-201-6/+3
|\
| * Fix gcc6 buildAllan Sandfeld Jensen2016-10-161-6/+3
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-121-16/+8
| |\
* | \ Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-131-16/+8
|\ \ \ | | |/ | |/|
| * | Fix developer-build with gcc 6Allan Sandfeld Jensen2016-10-101-16/+8
* | | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* | | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-10/+12
* | | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-27/+31
* | | QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-3/+6
* | | QML: Unify property reads/writes and use accessorsErik Verbruggen2016-07-251-1/+1
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-2/+2
| |/ |/|
* | Add QVector support to JS sequencesKevin Ottens2016-05-031-0/+12
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-12/+11
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-3/+3
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-1/+1
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-2/+2
* Move exceptionValue and globalObject from the Engine onto the JS stackLars Knoll2015-04-241-1/+1
* Get rid of asFunctionObject()Lars Knoll2015-04-211-1/+1
* More cleanupsLars Knoll2015-04-211-4/+4
* Further cleanupsLars Knoll2015-04-161-4/+4
* 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