aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* QV4: Replace MaxSizeOf7 template with a generic fold expressionOlivier De Cannière3 days1-11/+4
* QtQml: Avoid infinite recursion in Array.joinFabian Kosmale6 days1-0/+1
* QtQml: Allow access to base object members from VariantAssociationObjectUlf Hermann9 days1-1/+9
* QtQml: Move ExecutionEngine in to QJSEnginePrivateUlf Hermann9 days2-0/+3
* Mark QML's JSON parser as criticalFabian Kosmale10 days1-0/+1
* Add some missing Q_MANAGED_TYPELuca Di Sera2025-06-195-0/+15
* Add a validation mode for the garbage collectorLuca Di Sera2025-06-192-4/+10
* QtQml: Remove local file loading from qv4engine.cppUlf Hermann2025-06-183-117/+48
* QtQml: Ensure that dependencies of modules are properly loadedUlf Hermann2025-06-182-21/+33
* QV4::Script: Remove createFromFileOrCache()Ulf Hermann2025-06-172-54/+0
* QtQml: Use QQmlScriptBlob in Qt.includeUlf Hermann2025-06-174-171/+116
* QtQml: Avoid direct file access in ECMAScript test runnerUlf Hermann2025-06-171-1/+4
* QtQml: Register all ECMAScript module requests as dependenciesUlf Hermann2025-06-172-10/+43
* QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngineUlf Hermann2025-06-173-28/+25
* qv4script.cpp: Add missing QT_{BEGIN|END}_NAMESPACEUlf Hermann2025-06-131-0/+4
* QtQml: Move URL normalization to QQmlMetaTypeUlf Hermann2025-06-121-2/+2
* QtQml: Do not crash when registering native modules on QQmlEngineUlf Hermann2025-06-121-2/+3
* gc: Assume less if hasConstWrapper is setFabian Kosmale2025-06-101-16/+14
* Qml: Warn about using enums as type annotations in functionsOlivier De Cannière2025-06-101-2/+64
* QtQml: Only hold CU in ResolvedTypeReference where neededUlf Hermann2025-06-072-67/+32
* QtQml: Better encapsulate QV4::ScriptUlf Hermann2025-06-053-91/+129
* QML: Turn warning into a syntax errorUlf Hermann2025-06-041-3/+8
* VariantAssociationObject: mark own member during gcFabian Kosmale2025-06-041-0/+2
* Qml: Allow accessing unscoped enums values as <Component>.<Enum>.<Key>Olivier De Cannière2025-05-311-5/+5
* QtQml: Guard against missing root property cachesUlf Hermann2025-05-222-16/+6
* QtQml: Remove object/binding/parser status counts from CUsUlf Hermann2025-05-201-4/+0
* Revert "QtQml: Remove dependency hashing"Ulf Hermann2025-05-152-0/+30
* QtQml: Remove dependency hashingUlf Hermann2025-05-132-30/+0
* fix typo: QSrtingFrederik Gladhorn2025-04-131-2/+3
* Port away from QPairZhao Yuhang2025-04-123-14/+15
* Improve "could not convert argument" error messageMitch Curtis2025-04-021-1/+2
* QtQml: Don't use bindables for bindings on value type aliasesUlf Hermann2025-03-241-4/+9
* QV4::ForInIteratorObject::nextProperty: fix null pointer dereferenceDavid Faure2025-03-181-1/+1
* QJSEngine: Trim compilation units after evaluating a programOlivier De Cannière2025-03-122-1/+13
* QtQml: Add sticky bit to QQmlAbstractBindingUlf Hermann2025-03-111-2/+5
* QtQml: Fix AOT compiled context for destroy() and toString() methodsUlf Hermann2025-02-263-36/+37
* Avoid a memory leak in ReferenceObject::initLuca Di Sera2025-02-262-9/+17
* Avoid an allocation in ReferenceObject::initLuca Di Sera2025-02-191-8/+16
* QtQml: Remove unused moc includeUlf Hermann2025-02-181-2/+0
* QtQml: Store script CUs in QQmlMetaTypeDataUlf Hermann2025-02-061-0/+2
* Avoid unnecessary read-backs on ReferenceObjectsLuca Di Sera2025-02-057-42/+372
* Enable read-backs for DateObjectLuca Di Sera2025-02-051-1/+19
* QtQml: Fix assignment of fileName and URL during compilationUlf Hermann2025-02-045-18/+12
* QtQml: Add conversion code for QQmlListProperty to other listsUlf Hermann2025-01-241-1/+11
* QtQml: Cache configuration parameters in type loaderUlf Hermann2024-12-191-1/+1
* QObject: Suppress extra arguments on connectionsUlf Hermann2024-12-191-3/+19
* QtQml: Avoid potential gc issuesFabian Kosmale2024-12-188-29/+54
* QV4::Value: introduce undefined helper methodFabian Kosmale2024-12-181-0/+5
* HeapValue: Introduce set overload taking ReturnedValueFabian Kosmale2024-12-181-0/+3
* QtQml: Generalize the global/illegal namesUlf Hermann2024-12-172-17/+20