aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sequenceobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-33/+0
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-021-336/+244
* Rename QQmlQPointer to QV4QPointerUlf Hermann2020-09-211-1/+1
* Rename QQmlSequence to QV4SequenceUlf Hermann2020-09-211-68/+68
* Fix build after QStringList change in qtbaseVolker Hilsheimer2020-09-151-3/+0
* Check in even more places for exceptionsFabian Kosmale2020-04-211-0/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-1/+3
|\
| * SequenceObject: Better message when trying to write readonly containerUlf Hermann2020-01-091-1/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-141-3/+0
|\|
| * qv4sequenceobject.cpp: Add "here be dragons" commentUlf Hermann2019-12-111-0/+16
* | qv4sequenceobject.cpp: Use operator[] rather than at()Ulf Hermann2019-12-091-1/+4
* | Fix build after QList->QVector changes in qtbaseLars Knoll2019-10-311-19/+1
|/
* Fix build without features.itemmodelTasuku Suzuki2019-07-081-4/+21
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-3/+4
* Implement ObjectIterator using the new iteration mechanismLars Knoll2018-08-021-25/+0
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-0/+34
* Prefix vtable methods with virtualLars Knoll2018-07-031-10/+10
* Replace Identifier by PropertyKeyLars Knoll2018-07-021-3/+3
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-3/+7
* Unify put and putIndexedLars Knoll2018-07-021-2/+6
* Unify deleteProperty and deleteIndexedProperty vtable methodsLars Knoll2018-06-261-2/+8
* Throw type errors when attempting to mutate read-only sequence propertiesSimon Hausmann2018-05-021-8/+25
* Disambiguate different allocation functions in the memory managerLars Knoll2018-04-121-2/+2
* 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