aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sequenceobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-2/+2
* QML: Un-specialcase QStringList and QVariantList conversionUlf Hermann2023-06-301-8/+13
* QV4: Sequence/ListWrapper: implement virtualGetLengthFabian Kosmale2023-03-311-0/+1
* Recursively write back value types and sequencesUlf Hermann2022-10-191-6/+12
* QML: Track statement locations in sequence and value typesUlf Hermann2022-10-141-2/+2
* V4: Refactor QQmlValueType{Wrapper|Reference} and QV4::SequenceUlf Hermann2022-10-131-13/+20
* QML: Drop the "succeeded" out parameters from SequencePrototypeUlf Hermann2022-10-071-4/+4
* Fix array-like methods on V4 sequencesUlf Hermann2022-07-191-12/+7
* Move itemmodel sequential types from QtQml to QtQml.ModelsMaximilian Goldstein2022-06-151-11/+0
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Allow retrieval of sequences from QJSValueUlf Hermann2022-06-021-3/+59
* qmlmodels: Move QModelIndex from QtQmlMaximilian Goldstein2022-02-211-1/+1
* QML: Clean up sequence registrations for value typesUlf Hermann2022-02-111-5/+2
* QML: Allow named lists of value typesUlf Hermann2022-01-281-2/+2
* Remove the qml_sequence_object feature flagUlf Hermann2022-01-151-2/+0
* Pass QMetaType by value rather than by ID in more placesUlf Hermann2021-06-091-3/+3
* Optimize ExecutionEngine::metaTypeToJS()Ulf Hermann2021-03-131-1/+3
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-1/+45
* V4: Rewrite qv4sequenceobject based on QMetaSequenceUlf Hermann2020-10-021-1/+1
* Move workerscript to its own moduleUlf Hermann2019-05-061-1/+1
* Throw type errors when attempting to mutate read-only sequence propertiesSimon Hausmann2018-05-021-1/+1
* QML: Make mapping of sequence object in JS optionalUlf Hermann2018-02-111-0/+2
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-2/+2
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-6/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-0/+1
|\
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-0/+1
* | Don't wrap std::vector into a QVariant when passing it to a Q_INVOKABLEVille Voutilainen2017-04-271-0/+1
|/
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-3/+3
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+2
* More cleanupsLars Knoll2015-04-211-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-1/+1
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Cleanup: remove Value::toString/Object overloads taking a contextLars Knoll2014-11-151-1/+1
* Cleanup header file dependenciesLars Knoll2014-11-041-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert more objects to the new constructor schemeLars Knoll2014-07-221-2/+0
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-2/+2
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-1/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-2/+2
* Remove more direct usages of Managed pointersLars Knoll2013-10-111-1/+1
* Remove some more QV4::Value usagesLars Knoll2013-09-301-1/+1
* Remove more direct QV4::Value usageLars Knoll2013-09-281-1/+1
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-1/+1
* Move more API over to use ValueRefLars Knoll2013-09-261-1/+1
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-3/+3
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-3/+3