summaryrefslogtreecommitdiff
path: root/tests/auto/qml/qmlcppcodegen/data/jsArrayMethods.qml
Commit message (Collapse)AuthorAgeFilesLines
* QmlCompiler: Inline some array methodsUlf Hermann2023-04-281-0/+28
So far we can only deal with methods that don't change the source array and don't use iterators or functions as parameters. We also omit concat() for now. However, indexOf(), lastIndexOf(), includes(), join(), slice() and toString() are possible already now. Task-number: QTBUG-112722 Change-Id: Id19c74e8ad25af876bc954c040c767823b7e3259 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>