aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Guard against missing root property cachesUlf Hermann40 hours2-16/+6
* QtQml: Remove object/binding/parser status counts from CUsUlf Hermann4 days1-4/+0
* Revert "QtQml: Remove dependency hashing"Ulf Hermann8 days2-0/+30
* QtQml: Remove dependency hashingUlf Hermann11 days2-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
* QtQml: Fix some coverity warningsUlf Hermann2024-12-171-4/+4
* QtQml: Initialize ExecutionEngine members inline where possibleUlf Hermann2024-12-122-25/+18
* QtQml: Add some consistency to QV4::RegExpUlf Hermann2024-12-126-69/+66
* Store the index mapping for VariantAssociationObject in an ArrayObjectLuca Di Sera2024-12-112-34/+61
* QtQml: Re-fix regular expressions with multiple matchesUlf Hermann2024-12-111-1/+8
* QtQml: Model native modules as compilation unitsUlf Hermann2024-12-063-175/+96
* QtQml: Do not use moved-from valuesUlf Hermann2024-12-061-8/+2
* Move inlineComponentName from CU to ObjectCreatorFabian Kosmale2024-12-041-3/+3
* QtQml: Clean up headers in qv4engine.cppUlf Hermann2024-12-041-78/+77
* Implement read/write-backs for QVariantMap and QVariantHashLuca Di Sera2024-12-015-29/+524
* QtQml: Fix return type of resolveLookupSetter()Ulf Hermann2024-11-221-1/+1
* V4: make JS functions toLocale{Lower,Upper}Case aware of the localeJohnny Jazeix2024-11-221-2/+54
* QtQml: Deduplicate InternalClass::addMember()Ulf Hermann2024-11-161-11/+4
* QtQml: Fix regular expressions with multiple matchesUlf Hermann2024-11-141-1/+1
* Engine: Mark created wrapped objects after GCState::MarkWeakValuesOlivier De Cannière2024-11-141-2/+19
* QtQml: Fix calling of method with QML_USING typesUlf Hermann2024-11-131-20/+83
* Add some documentation for ReferenceObjectLuca Di Sera2024-11-071-0/+319
* Remove unused include from "qv4sequenceobject.cpp"Luca Di Sera2024-11-061-2/+0
* QtQml: Fix two-classes lookup with first memberData, then inlineUlf Hermann2024-11-061-1/+2
* Engine: Keep script context aliveFabian Kosmale2024-11-011-2/+21
* QQmlContextData: Don't expose PersistentValue in imported scripts APIFabian Kosmale2024-11-011-2/+2
* QtQml: Support conversion to QJSValue when constructing value typesUlf Hermann2024-10-313-7/+15
* QmlCompiler: Make loadGlobalLookup work like other lookupsUlf Hermann2024-10-251-0/+1
* QtQml: Remove base CU when clearing executable CUUlf Hermann2024-10-241-0/+4