aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldom/qqmldomscriptelements.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmldom: make Path methods less deceitfulSami Shalayel2025-01-161-19/+19
* dom: add dom representation for lambdasSami Shalayel2024-06-041-0/+3
* qmlls: fix crash on return statementsSami Shalayel2023-12-201-2/+4
* QmlDom: Pass arguments by const ref, next roundUlf Hermann2023-12-151-16/+16
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-12/+12
* QmlDom: support function parameters and coSami Shalayel2023-06-021-0/+16
* qmlls: implement Find-usages for JS variablesSami Shalayel2023-05-231-1/+5
* QmlDom: Add GenericScriptElement and CallExpressionSami Shalayel2023-05-231-4/+38
* Qml: Add script element for return statementsSami Shalayel2023-05-021-0/+19
* Dom: Introduce scriptelements in the DOM representationSami Shalayel2023-05-021-0/+280