aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sequenceobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* Restructure source codeLars Knoll2013-08-081-0/+91