aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/debugger/qv4debugger
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-1/+1
* Correct license for test filesLucie Gérard2024-02-272-2/+2
* QML Debugger: Don't crash when looking up values from imported modulesUlf Hermann2023-10-246-4/+57
* Remove remaining foreach in qml testsUlf Hermann2023-08-222-5/+1
* Mark the module as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-172-0/+5
* tst_qv4debugger: Clean up memory managementAmanda Hamblin-Trué2023-08-011-13/+13
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-2/+3
* Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, testsAmir Masoud Abdol2023-02-211-1/+2
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-271-1/+0
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-201-2/+2
* Fix a few CMake warningsUlf Hermann2022-12-021-0/+2
* Fix build error in top level buildsFabian Kosmale2022-11-291-0/+1
* Debugger: Initialize scoped context correctlySemih Yavuz2022-11-254-2/+95
* Port from container::count() and length() to size()Marc Mutz2022-10-071-11/+11
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Add 'override' keyword to fix build warningsJiDe Zhang2022-07-191-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Fix tst_qv4debugger on AndroidAndreas Buhr2022-04-133-13/+39
* Fix scoping of JavaScript function namesUlf Hermann2021-09-291-6/+6
* V4 Debugger: Collect locals also from block scopesUlf Hermann2021-05-041-2/+10
* QV4 Debugger: Show some diagnostics on malformed JSUlf Hermann2021-05-041-1/+6
* Mark overrides in tests to silence compiler warningsVolker Hilsheimer2021-04-111-1/+1
* Remove the qmake project filesFabian Kosmale2021-01-151-19/+0
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-041-3/+9
* Replace some more foreach with ranged forVolker Hilsheimer2020-11-301-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-061-1/+1
* Regenerate qtdeclarativeAlexandru Croitor2020-02-121-5/+3
* Regenerate all projects with new CMake API versionAlexandru Croitor2019-11-151-1/+1
* Regenerate testsAlexandru Croitor2019-11-141-7/+0
* Add QtDeclarative Test CoverageLeander Beernaert2019-08-141-0/+33
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-0/+27
|\
| * Skip block context within call contexts when searching for parametersUlf Hermann2019-04-291-0/+27
* | Remove unused includes of qv8engine_p.hUlf Hermann2019-04-091-1/+0
|/
* V4 debugger: Drop redundantRefs optionUlf Hermann2018-07-181-45/+5
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-0/+22
|\
| * V4: Set argumentsCanEscape when debuggingUlf Hermann2018-05-301-0/+22
* | Cleanup creation code for builtin functionsLars Knoll2018-05-021-2/+1
* | Add support for proper lexical scopingLars Knoll2018-05-021-1/+15
* | Bring JS grammar in line with ES7 specLars Knoll2018-04-251-5/+5
|/
* Pass "this" object when evaluating debug jobsUlf Hermann2018-03-171-0/+32
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-4/+4
* Remove double indirection between QJSEngine and QV4::ExecutionEngineUlf Hermann2018-02-021-2/+2
* Get rid of BuiltinFunctionLars Knoll2018-01-151-3/+3
* Set Jump locations for loopsUlf Hermann2017-11-081-6/+5
* V4 debugger: re-enable some more testsUlf Hermann2017-11-081-2/+0
* V4 debugger: Fix tests for function expressionsUlf Hermann2017-11-071-10/+5
* Re-enable Debug instructions and locations for QML functionsUlf Hermann2017-11-061-8/+1