aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-1/+1
* V4: Don't call methods on nullptrUlf Hermann2024-04-051-0/+21
* Deprecate QJSValue::isVariantFabian Kosmale2024-03-211-0/+3
* Prepare for white allocation during gc (0/9): EngineFabian Kosmale2024-03-051-0/+35
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QtQml: Use correct logging category in console.trace()Ulf Hermann2024-02-231-0/+6
* QJSEngine: Correctly detect QVariantFabian Kosmale2024-02-081-0/+2
* setInternalClass: Correctly handle deleted propertiesFabian Kosmale2024-01-301-0/+22
* QtQml: Do optional chain finalization also on string-y element lookupUlf Hermann2023-12-201-0/+37
* tst_qjsengine: Use gc helper in more placesFabian Kosmale2023-12-131-5/+5
* Prepare tests for upcoming incremental gcFabian Kosmale2023-11-222-6/+8
* QML: Add missing metaType-s to ExecutionEngine::metaTypeFromJSDmitrii Akshintsev2023-10-091-0/+4
* QtQml: Correctly convert to QQmlListProperty<QObject>Ulf Hermann2023-10-071-0/+8
* Revert "Skip the date time conversion tests on Windows"Edward Welbourne2023-08-211-9/+0
* tst_qjsengine: Adjust to qtbase changeFabian Kosmale2023-08-021-1/+0
* tst_qjsengine: Clean up memory managementAmanda Hamblin-Trué2023-08-011-6/+5
* QV4::ArrayData: Fix offset calculation for sort()Ulf Hermann2023-07-251-17/+52
* Normalize signal/slot signaturesMarc Mutz2023-07-121-6/+6
* QML: Unify treatment of wrappers when dealing with QObjectMethodUlf Hermann2023-07-121-0/+92
* Add testcase verifying unshift misbehavingAmanda Hamblin-Trué2023-07-111-0/+42
* QML: Check result when constructing object from metaobjectUlf Hermann2023-07-061-0/+23
* CMake: Make qml tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QML: Allow conversion of symbols to QVariantUlf Hermann2023-06-201-0/+15
* tst_qjsengine: Further decrease the object count on QNXUlf Hermann2023-04-241-1/+1
* Set correct `this` value in JSON.stringify replacer scopeIvan Tkachenko2023-02-221-2/+57
* QJSEngine: Fix potential JS stack overflow cauased by spread operatorFabian Kosmale2023-01-191-0/+11
* V4: Unify type conversions for date and time valuesUlf Hermann2023-01-171-9/+12
* QJSEngine: Add efficient conversions for QDateTime and friendsUlf Hermann2023-01-171-0/+155
* V4: Fix multiplicationFabian Kosmale2023-01-171-0/+13
* Route Qt::TimeSpec usage via QTimeZoneEdward Welbourne2022-12-111-4/+4
* QML: Add an accurate stack bounds checkerUlf Hermann2022-12-091-9/+19
* QQmlMetaObjectWrapper: A metaobject is not equal to a non-metaobjectUlf Hermann2022-12-021-0/+1
* QML: Try QMetaType conversion in VariantObject's valueOf()Ulf Hermann2022-11-221-0/+9
* QML: Do not crash on CallWithSpreadUlf Hermann2022-11-221-0/+17
* QJSEngine: Provide a method to coerce values in JS fashionUlf Hermann2022-11-151-0/+44
* QML: Require TDZ checks variables declared in case blocksUlf Hermann2022-11-151-4/+22
* QML: Fix the most blatant TDZ violationsUlf Hermann2022-11-141-0/+55
* Replace CallElement with separate instructionsUlf Hermann2022-11-071-0/+12
* QV4::Scope: Forbid calling alloc with qint64Fabian Kosmale2022-10-131-0/+15
* QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-10-131-0/+17
* Port from container::count() and length() to size()Marc Mutz2022-10-071-18/+18
* V4: Drop extra QVariant parameter from fromData()Ulf Hermann2022-10-071-1/+2
* Avoid context truncation when filename has multiple dotsSemih Yavuz2022-09-284-1/+27
* Do not call metaTypeFromJS on an objectUlf Hermann2022-09-131-2/+3
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* Parser: Preserve keywordiness of "static" across nested classesUlf Hermann2022-08-301-0/+17
* Fix error when calling byteLength on detached ArrayBufferBenjamin Terrier2022-08-251-0/+19
* V4: Fix exponentiation operatorUlf Hermann2022-08-031-0/+22
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* UrlObject: Add colon after schemeLeticia Valladares2022-07-141-1/+1