aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Fill in the const iterator functions in the empty sequenceUlf Hermann7 days1-0/+11
* Doc: Fix QDoc warnings for internal classes and functionsJerome Pasion2025-11-071-0/+5
* QtQml: Don't delete the Qt object when clearing singletonsUlf Hermann2025-11-051-1/+12
* Set default stack size safety margin for VxWorksKarim Pinter2025-10-211-6/+10
* CRA review qml/jsruntimeFabian Kosmale2025-09-161-0/+1
* Fix build with V4_USE_VALGRIND definedAndreas Hartmetz2025-09-141-1/+1
* QtQml: Avoid double-wrapping when converting to QVariantListUlf Hermann2025-09-111-3/+17
* QtQml: Store detached VariantAssociation objects on the JS heapUlf Hermann2025-08-211-2/+0
* QtQml: Add method to generate a QVariantHash from a JS objectUlf Hermann2025-08-161-7/+19
* Expose XMLHttpRequest to qmltypesFabian Kosmale2025-07-221-2/+9
* QtQml: Move ExecutionEngine in to QJSEnginePrivateUlf Hermann2025-06-241-0/+2
* QtQml: Remove local file loading from qv4engine.cppUlf Hermann2025-06-181-108/+46
* QtQml: Avoid direct file access in ECMAScript test runnerUlf Hermann2025-06-171-1/+4
* QtQml: Register all ECMAScript module requests as dependenciesUlf Hermann2025-06-171-10/+41
* QtQml: Hold QQmlTypeLoader in QV4::ExecutionEngineUlf Hermann2025-06-171-14/+17
* 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
* QJSEngine: Trim compilation units after evaluating a programOlivier De Cannière2025-03-121-0/+11
* QtQml: Store script CUs in QQmlMetaTypeDataUlf Hermann2025-02-061-0/+2
* QtQml: Add conversion code for QQmlListProperty to other listsUlf Hermann2025-01-241-1/+11
* QtQml: Avoid potential gc issuesFabian Kosmale2024-12-181-5/+14
* QtQml: Generalize the global/illegal namesUlf Hermann2024-12-171-13/+20
* QtQml: Initialize ExecutionEngine members inline where possibleUlf Hermann2024-12-121-7/+0
* QtQml: Add some consistency to QV4::RegExpUlf Hermann2024-12-121-0/+4
* QtQml: Model native modules as compilation unitsUlf Hermann2024-12-061-40/+75
* QtQml: Clean up headers in qv4engine.cppUlf Hermann2024-12-041-78/+77
* Implement read/write-backs for QVariantMap and QVariantHashLuca Di Sera2024-12-011-29/+19
* QtQml: Support conversion to QJSValue when constructing value typesUlf Hermann2024-10-311-5/+13
* QtQml: Move amendException into ExecutionEngineUlf Hermann2024-10-091-0/+23
* QtQml: Disable AOT compiled code when QML-previewingUlf Hermann2024-09-271-2/+11
* QtQml: Decouple JavaScript library CUs from enginesUlf Hermann2024-09-201-1/+1
* QML: Allow conversion between different list typesUlf Hermann2024-07-031-51/+10
* QtQml: Document and uphold precondition of metaTypeFromJS()Ulf Hermann2024-05-281-6/+10
* QtQml: Let QQmlTypeWrapper act as a constructor for its typeUlf Hermann2024-05-231-0/+1
* V4: Slim down FunctionObjectUlf Hermann2024-05-141-34/+34
* QtQml: Move QMetaObjectWrapper into separate header/impl filesUlf Hermann2024-04-281-0/+1
* QtQml: Fix some type conversion edge casesUlf Hermann2024-04-231-6/+5
* QtQml: Use QHash/QMap's constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-221-6/+6
* qv4mm: Handle running out of native heap memoryFabian Kosmale2024-03-051-2/+1
* Prepare for white allocations during gc (9/9): ExecutableCompilationUnitFabian Kosmale2024-03-051-2/+2
* Prepare for white allocations during gc(6/9): Engine setupFabian Kosmale2024-03-051-0/+3
* Prepare for white allocation during gc (0/9): EngineFabian Kosmale2024-03-051-1/+16
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-021-17/+0
* QtQml: Drop some dead codeUlf Hermann2024-02-081-3/+1
* QtQml: Use a multihash to store executable CUsUlf Hermann2024-01-251-7/+12
* QtQml: Use CompiledData::CompilationUnit in more placesUlf Hermann2024-01-201-16/+25
* QtQml: Move creation of ExecutableCompilationUnit into engineUlf Hermann2024-01-111-6/+11
* QtQml: Get rid of the module mutexUlf Hermann2024-01-101-9/+6
* QtQml: Always link executable CU on creationUlf Hermann2024-01-101-8/+12
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-3/+5