aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
...
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-205-171/+44
* QtQml: Move the property cache creator interface into the base CUUlf Hermann2024-01-181-36/+10
* QtQml: Move dependentScripts into base CUUlf Hermann2024-01-182-3/+10
* QtQml: Move type name cache into base CUUlf Hermann2024-01-183-11/+19
* QtQml: Move getters for flags into base CUUlf Hermann2024-01-181-36/+9
* QtQml: Move qmlType into base CUUlf Hermann2024-01-182-17/+11
* String: optimize integer conversionFabian Kosmale2024-01-181-1/+1
* QtQml: Do not call signal handlers on half-deleted objectsUlf Hermann2024-01-171-1/+3
* Fix some compile errors when compiling with -no-gui -no-qml-debugUlf Hermann2024-01-171-2/+2
* QtQml: Move checksum verification into base CUUlf Hermann2024-01-132-18/+4
* QtQml: Move binding, object and parser status counts to base CUUlf Hermann2024-01-132-29/+6
* QtQml: Move inlineComponentId() into base CUUlf Hermann2024-01-131-9/+1
* QtQml: Move property caches into base CUUlf Hermann2024-01-132-5/+16
* QtQml: Move ResolvedTypeReference into base CUUlf Hermann2024-01-132-47/+18
* QtQml: Move BindingPropertyData into the base CUUlf Hermann2024-01-131-8/+6
* QtQml: Move inlineComponentData and icRootName into base CUUlf Hermann2024-01-132-41/+35
* 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