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
/
qv4stackframe_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
jsruntime: silence msvc warning 4201 (nameless struct/union)
Tim Blechmann
2024-02-06
1
-0
/
+3
*
Remove the use of Q_QML_PRIVATE_EXPORT
Alexey Edelev
2024-01-11
1
-4
/
+4
*
QML: Implement QObjectMethod::virtualCallWithMetaTypes
Ulf Hermann
2023-09-28
1
-0
/
+3
*
Move ScopedStackFrame into qv4stackframe_p.h
Ulf Hermann
2023-05-17
1
-0
/
+25
*
QML: Encode "missing" line number as negated address of stack frame
Ulf Hermann
2023-05-09
1
-0
/
+2
*
QML: Track the statement indices together with line numbers
Ulf Hermann
2022-10-13
1
-0
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Allow AOT functions to signal an undefined result via the context
Ulf Hermann
2021-06-15
1
-0
/
+5
*
Eliminate JS call frame from metatypes calls
Ulf Hermann
2021-06-10
1
-54
/
+103
*
QV4StackFrame: Fix ubsan warning
Fabian Kosmale
2021-05-28
1
-1
/
+3
*
Optimize stack frame setup for AOT compiled functions
Ulf Hermann
2021-03-23
1
-58
/
+161
*
Do not set up JS arguments when calling an AOT function
Ulf Hermann
2021-03-13
1
-0
/
+3
*
Pass suitable nFormals when constructing JS stack frame
Ulf Hermann
2019-10-21
1
-1
/
+1
*
Remove now dead V4_BOOTSTRAP #if-ery
Ulf Hermann
2019-05-13
1
-4
/
+0
*
Make sure we don't include qv4stackframe_p.h in qmldevtools
Ulf Hermann
2019-05-10
1
-49
/
+1
*
Annotate stack traces when frames are elided through tail calls
Erik Verbruggen
2019-01-15
1
-0
/
+2
*
ES7: Implement Tail Position Calls in the runtime
Erik Verbruggen
2018-10-05
1
-1
/
+5
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-3
/
+3
*
Micro optimization when initializing the Cpp frame
Lars Knoll
2018-09-11
1
-3
/
+2
*
Add support for yield*
Lars Knoll
2018-09-07
1
-0
/
+2
*
Implement the dead temporal zone
Simon Hausmann
2018-08-28
1
-0
/
+9
*
Add missing "We mean it." warning
Frederik Gladhorn
2018-07-31
1
-0
/
+11
*
Add LastOffset/OffsetCount constants to CallData::Offsets
Erik Verbruggen
2018-07-13
1
-3
/
+11
*
Add support for super calls
Lars Knoll
2018-07-03
1
-4
/
+12
*
Refactor initialization code for JS stack frames
Lars Knoll
2018-07-03
1
-1
/
+51
*
Move the C++ and JS stack frame definitions into it's own file
Lars Knoll
2018-07-03
1
-0
/
+130