aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* qv4alloca_p.h: keep alloca'd memory until function exitSami Shalayel44 hours3-0/+6
* QtQml: Avoid detaching iteration on Qt containersUlf Hermann2026-04-285-6/+7
* Use QString multi-arg() where appropriateUlf Hermann2026-04-282-15/+27
* Heap::SharedArrayBuffer: prepare for QTypedArrayData::allocate() return value...Marc Mutz2026-04-281-2/+5
* Include what you use: QTypeRevisionMarc Mutz2026-04-171-0/+2
* QML: port away from std::is_trivialGiuseppe D'Angelo2026-02-268-16/+27
* QtQml: Store compilation unit for all composite type referencesUlf Hermann2026-02-251-3/+6
* Add default security headers (QUIP-23)Axel Spoerl2026-02-231-0/+1
* QtQml: Fix the GC statistics collectionUlf Hermann2026-02-171-1/+1
* QtQml: markCustom() when assigning an ES module valueUlf Hermann2026-02-122-0/+12
* QtQml: Handle the case of getFallbackMethod returning non-methodsUlf Hermann2026-01-283-23/+26
* src/qml*/: port away from contextless 3-arg QObject::connectAhmad Samir2026-01-151-2/+2
* QtQml: Do not clear objects' propertyCaches on last GC runUlf Hermann2026-01-141-4/+3
* Replace QVector with QListShawn Rutledge2026-01-1010-28/+28
* QtQml: Fix UB when constructing value types via 'new'Ulf Hermann2026-01-101-0/+15
* QtQml: Correctly handle QJSManagedValue in method callsUlf Hermann2026-01-071-5/+2
* QtQml: Check return field for toString()Ulf Hermann2025-12-191-0/+2
* QtQml: Do not load resolved CompilationUnits from other enginesUlf Hermann2025-12-151-31/+3
* QtQml: Optimize fallback lookups a bitUlf Hermann2025-12-051-3/+9
* QtQml: Invalidate fallback lookups after each call from AOT codeUlf Hermann2025-12-051-0/+4
* Replace QSequentialIterable with QMetaSequence::IterableUlf Hermann2025-12-052-25/+26
* QtQml: Fill in the const iterator functions in the empty sequenceUlf Hermann2025-11-241-0/+11
* JSRuntime: Don't immediately connect reference objectsOlivier De Cannière2025-11-133-47/+90
* JSRuntime: Extract ReferenceObject::init lambdas into functionsOlivier De Cannière2025-11-132-64/+67
* Doc: Fix small typos in ReferenceObject's documentationOlivier De Cannière2025-11-132-7/+7
* QtQml: Try harder to find a propertyCache for destroy() and toString()Ulf Hermann2025-11-073-11/+15
* Doc: Fix QDoc warnings for internal classes and functionsJerome Pasion2025-11-072-1/+8
* QtQml: Don't delete the Qt object when clearing singletonsUlf Hermann2025-11-051-1/+12
* QtQml: Avoid ternary expression in return statementUlf Hermann2025-10-281-4/+4
* V4 Date: Support more nonstandard date formatsSami Shalayel2025-10-211-1/+4
* Set default stack size safety margin for VxWorksKarim Pinter2025-10-212-9/+23
* QtQml: Fix coverity warningUlf Hermann2025-10-201-2/+3
* QtQml: Store QUrl as-is in QV4::UrlObjectUlf Hermann2025-10-142-247/+160
* QtQml: Fix instanceof for URL and URLSearchParamsUlf Hermann2025-10-131-2/+6
* CRA review qml/jsruntimeFabian Kosmale2025-09-16156-0/+161
* Fix build with V4_USE_VALGRIND definedAndreas Hartmetz2025-09-141-1/+1
* QtQml: Empty SimpleArrayData vacant space when truncatingUlf Hermann2025-09-121-2/+7
* QtQml: Untangle "locals" member of stack frame a bitUlf Hermann2025-09-111-2/+0
* QtQml: Avoid double-wrapping when converting to QVariantListUlf Hermann2025-09-111-3/+17
* Fix JS URL behavior when setting an empty search stringAndreas Hartmetz2025-09-051-1/+7
* QtQml: Optimize a few more methods of QV4::SequenceUlf Hermann2025-09-052-5/+150
* QtQml: Mark values on the AOT-compiled stack during gcUlf Hermann2025-09-021-1/+11
* QtQml: Store detached Sequence objects on the JS heapUlf Hermann2025-09-022-38/+259
* QtQml: Demote error to warning in Sequence's method_getLengthUlf Hermann2025-09-011-3/+5
* QtQml: Consistently check isReadOnly in QV4::SequenceUlf Hermann2025-09-011-1/+10
* QtQml: Remove obscure exception checkUlf Hermann2025-09-011-2/+0
* QtQml: Extract method to create the inline storage for SequenceUlf Hermann2025-09-012-9/+20
* QtQml: Avoid repeated retrieval of Heap::Sequence::storagePointer()Ulf Hermann2025-09-011-4/+5
* QtQml: Rephrase Sequence's appendInline()Ulf Hermann2025-09-011-12/+9
* QtQml: Heap::Sequence::isReference() where appropriateUlf Hermann2025-09-011-6/+6