aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Optimize fallback lookups a bitUlf Hermann18 hours1-3/+9
* QtQml: Invalidate fallback lookups after each call from AOT codeUlf Hermann18 hours1-0/+4
* Replace QSequentialIterable with QMetaSequence::IterableUlf Hermann37 hours2-25/+26
* QtQml: Fill in the const iterator functions in the empty sequenceUlf Hermann12 days1-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
* QtQml: Inline Sequence's shiftInline into its ownly userUlf Hermann2025-09-011-30/+21
* QtQml: Accept Heap::Sequence in doGetIndexed()Ulf Hermann2025-09-011-8/+6
* QtQml: Eliminate Heap::Sequence::hasData()Ulf Hermann2025-09-012-4/+4
* QtQml: Inline Sequence::containerIsEqualTo into its only userUlf Hermann2025-09-012-19/+21
* QtQml: Inline containerDeleteIndexedProperty into its only userUlf Hermann2025-09-012-26/+24
* QtQml: Inline Sequence::containerPutIndex into its only userUlf Hermann2025-09-013-46/+40
* QtQml: Inline Sequence::containerGetIndexed() into its only userUlf Hermann2025-09-012-22/+20
* QtQml: Remove some methods from Sequence's public APIUlf Hermann2025-09-012-67/+50
* QtQml: Move Sequence's {load|store}Reference into the heap objectUlf Hermann2025-09-012-42/+58
* QtQml: Move Sequence's length accessors into SequencePrototypeUlf Hermann2025-09-012-3/+9
* QtQml: Inline containerOwnPropertyKeys into its only userUlf Hermann2025-09-011-7/+2
* QtQml: Factor out Sequence's variant data creationUlf Hermann2025-09-011-10/+10
* QtQml: Refactor QV4::Sequence's raw container operationsUlf Hermann2025-09-014-27/+88
* QtQml: Store detached VariantAssociation objects on the JS heapUlf Hermann2025-08-213-169/+248
* QtQml: Add method to generate a QVariantHash from a JS objectUlf Hermann2025-08-162-7/+20
* QtQml: Fix formattingUlf Hermann2025-08-163-370/+364
* QtQml: Properly null-check module exports when iteratingUlf Hermann2025-08-121-2/+2
* JSRuntime: Add const correctnessOlivier De Cannière2025-08-122-5/+5