aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sequenceobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-20/+19
* Further cleanup JSCallDataLars Knoll2017-11-071-1/+1
* Simplify JSCallData constructionLars Knoll2017-11-071-1/+1
* Get rid of JSCallData::call()Lars Knoll2017-11-071-5/+5
* Rename JSCall to JSCallDataLars Knoll2017-11-071-1/+1
* Change CallData::argc to be a QV4::ValueErik Verbruggen2017-09-191-2/+2
* Always set the correct FunctionObject when calling JS functionsLars Knoll2017-09-021-6/+8
* Move ScopedCallData and ScopedStackFrame into a separate fileLars Knoll2017-09-011-0/+1
* Move line number information into a side tableLars Knoll2017-08-251-1/+1
* Cleanup naming of Stack frame structuresLars Knoll2017-08-101-1/+1
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-5/+13
* Fix frame handlingLars Knoll2017-08-041-1/+1
* Change function signatures for call/construct backLars Knoll2017-08-041-2/+2
* Don't store the current line number in the ExecutionContextLars Knoll2017-08-041-3/+3
* Don't wrap std::vector into a QVariant when passing it to a Q_INVOKABLEVille Voutilainen2017-04-271-0/+16
* Add support for std::vector and QVector matching the support for QListVille Voutilainen2017-04-211-28/+49
* Object: Allow put and putIndexed to return success or failureRobin Burchell2017-02-091-6/+7
* 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