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
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
/
qv4vme_moth.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Call lookups based on enums rather than via function pointers
Ulf Hermann
2024-10-24
1
-6
/
+6
*
Bytecode: Fix macro and remove unused defines
Olivier De Cannière
2024-08-01
1
-1
/
+1
*
QtQml: Properly enforce signatures of AOT-compiled functions
Ulf Hermann
2024-04-26
1
-8
/
+8
*
QmlCompiler: Perform return value assignment inside generated code
Ulf Hermann
2024-04-24
1
-1
/
+1
*
QtQml: Re-allow manual calling of signal handlers
Ulf Hermann
2024-02-13
1
-4
/
+8
*
Engine: Group 'bad' case handling for optional chains
Olivier De Cannière
2023-11-20
1
-1
/
+0
*
QML: Implement QObjectMethod::virtualCallWithMetaTypes
Ulf Hermann
2023-09-28
1
-128
/
+31
*
V4: Eliminate "done" from iterators
Ulf Hermann
2023-09-08
1
-5
/
+5
*
Undeprecate AOTCompiledFunction
Ulf Hermann
2023-05-23
1
-6
/
+6
*
QML: Fix call frame conversion for QVariant return types
Ulf Hermann
2023-05-04
1
-0
/
+11
*
QmlCompiler: Relax shadowing check
Ulf Hermann
2023-05-02
1
-10
/
+39
*
Trace: Convert qtdeclarative to use new tracepoint generation
Antti Määttä
2023-04-26
1
-0
/
+3
*
Change value encoding scheme to make space for larger pointers
Ulf Hermann
2023-01-12
1
-8
/
+6
*
Replace CallElement with separate instructions
Ulf Hermann
2022-11-07
1
-6
/
+0
*
V4: Use an enum to categorize functions and rename aotFunction
Ulf Hermann
2022-09-29
1
-7
/
+7
*
QtQml: Remove unused includes in qml, final part
Semih Yavuz
2022-09-14
1
-0
/
+1
*
V4: Fix exponentiation operator
Ulf Hermann
2022-08-03
1
-4
/
+1
*
QmlCompiler: Really fix writing into argument values
Ulf Hermann
2022-07-05
1
-3
/
+15
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Fix the build with tracing enabled
Shawn Rutledge
2022-06-10
1
-4
/
+4
*
QJSEngine: optimize isInterrupted handling
Marc Mutz
2022-06-04
1
-2
/
+2
*
Replace synthetic AOT functions with property-to-property bindings
Ulf Hermann
2022-05-24
1
-4
/
+1
*
DelegateModel: Use actual bindings for required properties
Ulf Hermann
2022-04-11
1
-1
/
+5
*
QML: Take care of QVariant when converting function arguments
Ulf Hermann
2022-02-23
1
-3
/
+11
*
QmlCompiler: Fix return type calculation
Ulf Hermann
2021-12-06
1
-2
/
+4
*
Allow AOT functions to signal an undefined result via the context
Ulf Hermann
2021-06-15
1
-1
/
+3
*
Eliminate JS call frame from metatypes calls
Ulf Hermann
2021-06-10
1
-1
/
+1
*
Fix type to be correct in calling Q_ALLOCA_DECLARE
Janne Koskinen
2021-05-27
1
-1
/
+1
*
Evaluate type assertions in QML
Ulf Hermann
2021-05-26
1
-0
/
+6
*
Optimize the case of AOT functions returning QObject*
Ulf Hermann
2021-04-19
1
-6
/
+17
*
Don't pre-resolve the QQmlContext for AOT functions
Ulf Hermann
2021-04-19
1
-1
/
+1
*
Implement optional chaining
Maximilian Goldstein
2021-04-13
1
-0
/
+27
*
Avoid needless construction and destruction of return values
Ulf Hermann
2021-03-29
1
-7
/
+5
*
Inline retrieval of QML contexts
Ulf Hermann
2021-03-25
1
-2
/
+2
*
qv4vme_moth: Assert that sizeOf cannot be 0
Fabian Kosmale
2021-03-24
1
-2
/
+5
*
Optimize stack frame setup for AOT compiled functions
Ulf Hermann
2021-03-23
1
-52
/
+79
*
Optimize QML context retrieval for AOT functions
Ulf Hermann
2021-03-13
1
-4
/
+5
*
metaTypeToJS: use QMetaType instead of id
Fabian Kosmale
2021-02-19
1
-1
/
+1
*
V4: Store instruction pointer before CmpIn
Ulf Hermann
2021-01-27
1
-0
/
+1
*
masm: Add error handling for failed mprotect()
Ulf Hermann
2021-01-12
1
-1
/
+4
*
Pass a more comprehensive context to AOT-compiled functions
Ulf Hermann
2021-01-11
1
-3
/
+6
*
Allow JavaScript primitive type transformations inline in C++
Ulf Hermann
2020-12-18
1
-1
/
+1
*
Let AOT-compiled functions modify their arguments
Ulf Hermann
2020-12-02
1
-1
/
+1
*
Construct arguments for AOT-compiled functions before metaTypeFromJS
Ulf Hermann
2020-12-02
1
-2
/
+1
*
Don't call alloca(0)
Ulf Hermann
2020-11-23
1
-13
/
+28
*
V4: Allow passing arguments to AOT-compiled functions
Ulf Hermann
2020-11-20
1
-12
/
+25
*
V4: Deal with AOT-compiled functions returning QVariant
Ulf Hermann
2020-11-17
1
-2
/
+11
*
Adapt to qtbase changes
Fabian Kosmale
2020-08-23
1
-1
/
+1
*
Add support for binding ahead-of-time compiled bindings to QProperties
Simon Hausmann
2020-04-22
1
-0
/
+8
*
Add more trace points to Qt QML
Milian Wolff
2019-12-13
1
-1
/
+1
[next]