aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4arrayiterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement array methods for QQmlListPropertyUlf Hermann2022-07-161-1/+0
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-39/+3
* V4 ArrayIterator: Protect retrieved value from GCUlf Hermann2022-03-241-3/+3
* Cleanups in Value/PrimitiveLars Knoll2018-09-171-4/+4
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* Add the start of a Set from ES7Robin Burchell2018-05-301-1/+1
* Cleanup IteratorPrototype::createIterResult APILars Knoll2018-05-021-5/+5
* Add Array Iterator objects from ES6 (22.1.5)Robin Burchell2018-05-021-0/+106