aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Remove the use of Q_QML_PRIVATE_EXPORTAlexey Edelev2024-01-1124-138/+138
* QtQml: Clear stale compilation units more thoroughlyUlf Hermann2024-01-111-1/+10
* QtQml: Move creation of ExecutableCompilationUnit into engineUlf Hermann2024-01-116-19/+33
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-114-17/+37
* QtQml: Get rid of the module mutexUlf Hermann2024-01-104-49/+14
* QtQml: Always link executable CU on creationUlf Hermann2024-01-106-160/+74
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-107-53/+102
* Compiler: Guard against null dereference when ignoring function returnOlivier De Cannière2024-01-091-7/+9
* ExecutableAllocator: Use non-recursive mutex againFabian Kosmale2024-01-081-1/+1
* QtQml: Move engine-specific data out of base compilation unitUlf Hermann2024-01-083-8/+41
* QtQml: Make QQmlNullableValue somewhat saferUlf Hermann2024-01-081-2/+8
* Long live incremental garbage collection in QML!Fabian Kosmale2023-12-207-6/+49
* QJSValue: convert more aggressively to QVariantFabian Kosmale2023-12-192-16/+33
* QML: Don't crash when calling coerceAndCall() with null thisObjectUlf Hermann2023-12-081-2/+5
* JSEngine: Optimize QV4InternalClass for tests on MSVCOlivier De Cannière2023-12-052-6/+7
* QML: Let IDs in outer context override bound components' propertiesUlf Hermann2023-12-042-2/+31
* QQmlConnections: Allow connections to C++-defined methodsUlf Hermann2023-11-291-3/+3
* Fix build with -no-feature-qml-localeTasuku Suzuki2023-11-241-0/+2
* Engine: Group 'bad' case handling for optional chainsOlivier De Cannière2023-11-201-1/+0
* Detect slot object if explicitly providedFabian Kosmale2023-11-151-2/+20
* QtQml: Optimize reading properties into V4 valuesUlf Hermann2023-11-152-25/+130
* resolveQmlContextPropertyLookupGetter: Use ScopedPropertyKeyFabian Kosmale2023-11-151-4/+4
* QtQml: Fix some problems with deep aliasesUlf Hermann2023-11-092-0/+10
* QtQml: Clear the whole lookup in storeNameSloppy()Ulf Hermann2023-11-021-4/+0
* Add pragma syntax to support translation contextLucie Gérard2023-10-261-3/+10
* QML Debugger: Don't crash when looking up values from imported modulesUlf Hermann2023-10-244-11/+30
* Fix compile time qsTranslate with empty contextUlf Hermann2023-10-241-2/+4
* QML: Fix further return type constructionsUlf Hermann2023-10-201-5/+4
* QtQml: Don't unnecessarily detour through the CU to look up typesUlf Hermann2023-10-191-2/+1
* QML: Add missing metaType-s to ExecutionEngine::metaTypeFromJSDmitrii Akshintsev2023-10-091-0/+6
* QtQml: Fix return type constructions when calling methodsUlf Hermann2023-10-071-9/+17
* QtQml: Correctly convert to QQmlListProperty<QObject>Ulf Hermann2023-10-071-0/+7
* qv4mm: Document and extend allocManaged overload setFabian Kosmale2023-10-062-2/+2
* QML diskcache: Verify cache file sizeFabian Kosmale2023-10-062-0/+27
* QtQml: Construct return type before metaCallUlf Hermann2023-09-291-0/+2
* QML: Implement QObjectMethod::virtualCallWithMetaTypesUlf Hermann2023-09-287-139/+396
* QtQml: Check for isReference() before trying to write backUlf Hermann2023-09-251-2/+3
* QML: Silence warnings about converting holes in sparse arraysUlf Hermann2023-09-252-5/+6
* qml: use QSL lessAnton Kudryavtsev2023-09-151-2/+4
* qml: replace fromLatin with _L1Anton Kudryavtsev2023-09-153-7/+10
* V4: Eliminate "done" from iteratorsUlf Hermann2023-09-088-51/+52
* V4: Remove some dead codeUlf Hermann2023-08-311-13/+0
* QmlCompiler: Allow coercing date values to numbersUlf Hermann2023-08-252-0/+8
* QtQml: Reset context object when destroying it from QObjectWrapperUlf Hermann2023-08-221-0/+2
* QV4::QObjectWrapper: Use the object's actual meta typeKai Uwe Broulik2023-08-221-4/+2
* QV4::QObjectWrapper: Remove superfluous loopKai Uwe Broulik2023-08-191-7/+5
* QmlCompiler: Allow construction of Date objectsUlf Hermann2023-08-182-11/+28
* QML: Make notify list thread safeUlf Hermann2023-08-101-1/+1
* QML: Allow conversion from JS Array to QByteArrayUlf Hermann2023-08-082-3/+19
* QmlCompiler: Fix SetLookup on shadowable propertiesUlf Hermann2023-08-081-2/+16