index
:
qt/qtdeclarative.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
r2d-5.5
r2d-5.6
r2d-5.6.0
r2d-dev
wip/animation-refactor
wip/cmake
wip/dbus
wip/figmastyle
wip/gc
wip/iosstyle
wip/itemviews
wip/material3
wip/nacl
wip/nativemenus
wip/new-backend
wip/pointerhandler
wip/propertycache-refactor
wip/qquickdeliveryagent
wip/qtquickcontrols2
wip/scenegraphng
wip/statemachine
wip/textng
wip/tizen
wip/visuallistmodel
wip/webassembly
Qt Declarative (Quick 2)
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
qml
/
jsruntime
/
qv4engine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QJSEngine: Trim compilation units after evaluating a program
Olivier De Cannière
2025-03-12
1
-0
/
+11
*
QtQml: Store script CUs in QQmlMetaTypeData
Ulf Hermann
2025-02-06
1
-0
/
+2
*
QtQml: Add conversion code for QQmlListProperty to other lists
Ulf Hermann
2025-01-24
1
-1
/
+11
*
QtQml: Avoid potential gc issues
Fabian Kosmale
2024-12-18
1
-5
/
+14
*
QtQml: Generalize the global/illegal names
Ulf Hermann
2024-12-17
1
-13
/
+20
*
QtQml: Initialize ExecutionEngine members inline where possible
Ulf Hermann
2024-12-12
1
-7
/
+0
*
QtQml: Add some consistency to QV4::RegExp
Ulf Hermann
2024-12-12
1
-0
/
+4
*
QtQml: Model native modules as compilation units
Ulf Hermann
2024-12-06
1
-40
/
+75
*
QtQml: Clean up headers in qv4engine.cpp
Ulf Hermann
2024-12-04
1
-78
/
+77
*
Implement read/write-backs for QVariantMap and QVariantHash
Luca Di Sera
2024-12-01
1
-29
/
+19
*
QtQml: Support conversion to QJSValue when constructing value types
Ulf Hermann
2024-10-31
1
-5
/
+13
*
QtQml: Move amendException into ExecutionEngine
Ulf Hermann
2024-10-09
1
-0
/
+23
*
QtQml: Disable AOT compiled code when QML-previewing
Ulf Hermann
2024-09-27
1
-2
/
+11
*
QtQml: Decouple JavaScript library CUs from engines
Ulf Hermann
2024-09-20
1
-1
/
+1
*
QML: Allow conversion between different list types
Ulf Hermann
2024-07-03
1
-51
/
+10
*
QtQml: Document and uphold precondition of metaTypeFromJS()
Ulf Hermann
2024-05-28
1
-6
/
+10
*
QtQml: Let QQmlTypeWrapper act as a constructor for its type
Ulf Hermann
2024-05-23
1
-0
/
+1
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-34
/
+34
*
QtQml: Move QMetaObjectWrapper into separate header/impl files
Ulf Hermann
2024-04-28
1
-0
/
+1
*
QtQml: Fix some type conversion edge cases
Ulf Hermann
2024-04-23
1
-6
/
+5
*
QtQml: Use QHash/QMap's constFind() to avoid unnecessary detaches
Vladimir Belyavsky
2024-04-22
1
-6
/
+6
*
qv4mm: Handle running out of native heap memory
Fabian Kosmale
2024-03-05
1
-2
/
+1
*
Prepare for white allocations during gc (9/9): ExecutableCompilationUnit
Fabian Kosmale
2024-03-05
1
-2
/
+2
*
Prepare for white allocations during gc(6/9): Engine setup
Fabian Kosmale
2024-03-05
1
-0
/
+3
*
Prepare for white allocation during gc (0/9): Engine
Fabian Kosmale
2024-03-05
1
-1
/
+16
*
QtQml: Make QLocale an actual value type
Ulf Hermann
2024-03-02
1
-17
/
+0
*
QtQml: Drop some dead code
Ulf Hermann
2024-02-08
1
-3
/
+1
*
QtQml: Use a multihash to store executable CUs
Ulf Hermann
2024-01-25
1
-7
/
+12
*
QtQml: Use CompiledData::CompilationUnit in more places
Ulf Hermann
2024-01-20
1
-16
/
+25
*
QtQml: Move creation of ExecutableCompilationUnit into engine
Ulf Hermann
2024-01-11
1
-6
/
+11
*
QtQml: Get rid of the module mutex
Ulf Hermann
2024-01-10
1
-9
/
+6
*
QtQml: Always link executable CU on creation
Ulf Hermann
2024-01-10
1
-8
/
+12
*
QtQml: Make base CU a member of ExecutableCompilationUnit
Ulf Hermann
2024-01-10
1
-3
/
+5
*
QJSValue: convert more aggressively to QVariant
Fabian Kosmale
2023-12-19
1
-16
/
+32
*
QML: Add missing metaType-s to ExecutionEngine::metaTypeFromJS
Dmitrii Akshintsev
2023-10-09
1
-0
/
+6
*
QtQml: Correctly convert to QQmlListProperty<QObject>
Ulf Hermann
2023-10-07
1
-0
/
+7
*
qv4mm: Document and extend allocManaged overload set
Fabian Kosmale
2023-10-06
1
-1
/
+1
*
QML: Silence warnings about converting holes in sparse arrays
Ulf Hermann
2023-09-25
1
-3
/
+3
*
QML: Allow conversion from JS Array to QByteArray
Ulf Hermann
2023-08-08
1
-3
/
+15
*
QML: Do convert objects with prototypes to QVariantMap
Ulf Hermann
2023-07-27
1
-18
/
+25
*
QML: Un-specialcase QStringList and QVariantList conversion
Ulf Hermann
2023-06-30
1
-131
/
+92
*
QtQml: Further refine value type creation methods
Ulf Hermann
2023-06-23
1
-5
/
+5
*
QML: Use QQmlType as container for composite types (inline or not)
Ulf Hermann
2023-06-22
1
-1
/
+2
*
QML: Allow conversion of symbols to QVariant
Ulf Hermann
2023-06-20
1
-10
/
+22
*
QML: Try QML conversion before metatype conversion
Ulf Hermann
2023-06-15
1
-4
/
+20
*
QML: Allow creating constructible value types from variant objects
Ulf Hermann
2023-06-15
1
-0
/
+2
*
Qml: Construct value types by properties from any object-likes
Ulf Hermann
2023-06-08
1
-1
/
+1
*
QML: Allow coercing variant objects to their own type
Ulf Hermann
2023-06-08
1
-33
/
+49
*
QtQml: Allow coercion to signed char in metaTypeFromJS
Ulf Hermann
2023-06-05
1
-0
/
+3
*
QML: Encode "missing" line number as negated address of stack frame
Ulf Hermann
2023-05-09
1
-3
/
+3
[next]