aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi
Commit message (Expand)AuthorAgeFilesLines
* QJSEngine: Allow strings as arguments to throwError()Ulf Hermann8 days1-1/+3
* QtQml: Avoid maybe-uninitialized warnings in QJSPrimitiveValueUlf Hermann2025-04-151-1/+5
* Doc: Fix QJSValue::strictlyEquals boolean descriptionAndreas Eliasson2025-03-141-1/+1
* QJSEngine: Trim compilation units after evaluating a programOlivier De Cannière2025-03-121-0/+2
* add some missing Q_EMIT statementsTim Blechmann2025-02-221-1/+6
* QJSEngine::collectGarbage: Align behavior with QML's gc methodFabian Kosmale2025-01-221-1/+1
* QtQml: Add documentation note about QJSValue::isArray()Ulf Hermann2025-01-211-0/+11
* QtQml: Avoid potential gc issuesFabian Kosmale2024-12-184-13/+29
* QtQml: Model native modules as compilation unitsUlf Hermann2024-12-061-12/+15
* QJSPrimitiveValue: fix -Wswitch-enumMarc Mutz2024-05-171-3/+17
* QtQml: Move QMetaObjectWrapper into separate header/impl filesUlf Hermann2024-04-283-0/+3
* QmlCompiler: Consider lengths to be qsizetypeUlf Hermann2024-04-261-44/+36
* Fix build with disable-deprecated-up-to configurationJari Helaakoski2024-04-111-0/+2
* Deprecate QJSValue::isVariantFabian Kosmale2024-03-212-0/+12
* QJSEngine: Avoid calling QJSValue::isVariant in qjsvalue_castFabian Kosmale2024-03-211-4/+1
* QJSEngine: Correctly detect QVariantFabian Kosmale2024-02-081-1/+7
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-111-1/+1
* Add doc for gc()Tasuku Suzuki2024-01-111-1/+5
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-1/+1
* Long live incremental garbage collection in QML!Fabian Kosmale2023-12-202-2/+11
* QJSValue: convert more aggressively to QVariantFabian Kosmale2023-12-191-2/+5
* QJSValue: document that isUrl only returns true for JS URL objectsVolker Hilsheimer2023-12-181-1/+4
* Doc: Fix \fn template arguments for Qt QmlLuca Di Sera2023-11-301-1/+1
* QJSEngine: use delegating ctorFabian Kosmale2023-11-221-4/+1
* QML Debugger: Don't crash when looking up values from imported modulesUlf Hermann2023-10-241-2/+5
* QmlCompiler: Implement GetIterator and IteratorNextUlf Hermann2023-09-211-0/+63
* qml: replace fromLatin with _L1Anton Kudryavtsev2023-09-151-1/+1
* Doc: Fix undocumented parameters and broken linksTopi Reinio2023-09-151-2/+2
* QmlCompiler: Allow coercing date values to numbersUlf Hermann2023-08-252-0/+12
* QmlCompiler: Allow construction of Array objectsUlf Hermann2023-08-221-0/+19
* QJSPrimitiveValue: Fix unreachable-return declarationsUlf Hermann2023-08-161-24/+24
* QJSEngine::evaluate: Cross-reference QQmlExpressionFabian Kosmale2023-08-151-0/+5
* QJSPrimitiveValue: use Q_UNREACHABLE_RETURN in switch statementsOlivier De Cannière2023-08-111-5/+21
* Apply Q_UNREACHABLE-in-constexpr workaround for GCC 8 (QNX)Marc Mutz2023-06-291-4/+24
* Doc: Small improvements for ~QQmlEngine, ~QJSEngineKai Köhne2023-06-201-1/+1
* QML: Allow conversion of symbols to QVariantUlf Hermann2023-06-201-1/+2
* QJSPrimitiveValue: Drop superfluous constUlf Hermann2023-06-131-1/+1
* QML: Add warning comment to qjslist.hUlf Hermann2023-06-131-0/+12
* QmlCompiler: Improve argument construction in generated codeUlf Hermann2023-05-112-0/+38
* QML: Encode "missing" line number as negated address of stack frameUlf Hermann2023-05-091-1/+1
* QmlCompiler: Inline some array methodsUlf Hermann2023-04-282-0/+300
* QJSEngine: Fix some conversionsUlf Hermann2023-03-231-2/+11
* Doc: Fix QJSPrimitiveValue::to() \fn signatureTopi Reinio2023-03-201-2/+3
* QJSPrimitiveValue: Add data(), metaType() and a generic coercion methodUlf Hermann2023-03-172-0/+111
* QJSEngine: scope the results of fromData() and fromVariant()Ulf Hermann2023-03-071-2/+7
* Doc: Remove duplicate words (typos)Andreas Eliasson2023-03-071-2/+2
* QML: Treat long and ulong like other numbersUlf Hermann2023-02-071-0/+6
* QJSEngine: Move old convertV2 to removed_api.cppUlf Hermann2023-01-312-8/+1
* QJSPrimitiveValue: Use operator symbol in lieu of nameFabian Kosmale2023-01-251-1/+1
* Fix minor API problemsUlf Hermann2023-01-182-23/+8