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
/
qv4runtimeapi_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
JIT: storeLocal needs to go through WriteBarrier
Fabian Kosmale
2024-06-18
1
-0
/
+6
*
Remove the use of Q_QML_PRIVATE_EXPORT
Alexey Edelev
2024-01-11
1
-97
/
+97
*
V4: Eliminate "done" from iterators
Ulf Hermann
2023-09-08
1
-3
/
+3
*
Replace CallElement with separate instructions
Ulf Hermann
2022-11-07
1
-4
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Evaluate type assertions in QML
Ulf Hermann
2021-05-26
1
-0
/
+4
*
Optimize stack frame setup for AOT compiled functions
Ulf Hermann
2021-03-23
1
-2
/
+2
*
JSRuntime: Provide an optional symbol table
Ulf Hermann
2019-10-16
1
-0
/
+2
*
Split compiler and runtime more clearly
Ulf Hermann
2019-07-11
1
-0
/
+1
*
Remove tracing JIT infrastructure
Ulf Hermann
2019-04-29
1
-8
/
+0
*
Merge remote-tracking branch 'origin/5.13' into HEAD
Ulf Hermann
2019-03-22
1
-40
/
+8
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-21
1
-13
/
+2
|
|
\
|
|
*
Remove dead compile time QML context/scope property and id object code
Simon Hausmann
2019-03-20
1
-13
/
+1
|
|
*
Implement dummy QML lookups for "global" variables
Simon Hausmann
2019-03-20
1
-0
/
+1
*
|
|
V4: Add IR that can use traced information to JIT
Erik Verbruggen
2019-03-04
1
-1
/
+1
*
|
|
V4: Add more flags to runtime methods
Erik Verbruggen
2019-02-05
1
-19
/
+30
*
|
|
V4: Clean up the runtime functions declarations
Erik Verbruggen
2019-02-05
1
-170
/
+456
|
/
/
*
/
V4: Collect trace information in the interpreter
Erik Verbruggen
2019-01-25
1
-0
/
+2
|
/
*
V4: Conform method_objectLiteral arguments to equal other methods
Erik Verbruggen
2018-10-12
1
-1
/
+1
*
ES7: Implement Tail Position Calls in the runtime
Erik Verbruggen
2018-10-05
1
-1
/
+7
*
ES7: Detect Tail Position Calls and pass that to the runtime
Erik Verbruggen
2018-10-04
1
-0
/
+1
*
Add support for yield*
Lars Knoll
2018-09-07
1
-0
/
+1
*
Fix thisObject when calling super properties
Lars Knoll
2018-08-31
1
-0
/
+1
*
Initialize this to empty for derived constructors
Lars Knoll
2018-08-29
1
-0
/
+1
*
Implement the dead temporal zone
Simon Hausmann
2018-08-28
1
-0
/
+1
*
Add support for super properties
Lars Knoll
2018-07-03
1
-0
/
+2
*
Add a newTarget parameter to the Construct runtime methods
Lars Knoll
2018-07-03
1
-2
/
+2
*
Simplify storeProperty runtime API
Simon Hausmann
2018-06-27
1
-1
/
+1
*
Simplify storeElement runtime API
Simon Hausmann
2018-06-27
1
-1
/
+1
*
Add basic support for EcmaScript classes
Yulong Bai
2018-06-26
1
-0
/
+1
*
Add support for function calls with spread
Lars Knoll
2018-06-21
1
-0
/
+2
*
Unify DeleteMember and DeleteSubscript instructions
Lars Knoll
2018-06-21
1
-3
/
+1
*
Fix creation of object literals
Lars Knoll
2018-06-04
1
-1
/
+1
*
Simplify with context runtime handling
Simon Hausmann
2018-05-29
1
-1
/
+1
*
Call iterator.return when required in destructuring assignments
Lars Knoll
2018-05-14
1
-0
/
+1
*
Refactor InteratorNext instruction
Lars Knoll
2018-05-14
1
-1
/
+1
*
Implement support for destructuring of rest elements
Lars Knoll
2018-05-14
1
-0
/
+1
*
Fix array destructuring
Lars Knoll
2018-05-13
1
-1
/
+1
*
Add instructions to simplify for-of loops
Lars Knoll
2018-05-13
1
-1
/
+2
*
Give for loops a per-iteration context as well
Lars Knoll
2018-05-11
1
-0
/
+1
*
Ensure we have a lexical scope for global code
Lars Knoll
2018-05-11
1
-0
/
+2
*
Add some basic support for for-of loops
Lars Knoll
2018-05-09
1
-3
/
+2
*
Add SymbolObject, well known symbols and fix most remaining issues
Lars Knoll
2018-05-02
1
-1
/
+1
*
Rework catch context handling
Lars Knoll
2018-05-02
1
-1
/
+1
*
Add support for proper lexical scoping
Lars Knoll
2018-05-02
1
-0
/
+1
*
Add support for ES6 rest parameters
Lars Knoll
2018-04-25
1
-0
/
+1
*
Fix lookup of enums declared in QML singletons
Simon Hausmann
2018-03-16
1
-1
/
+0
*
Correctly set this object when calling scope/context functions
Erik Verbruggen
2018-02-20
1
-0
/
+2
*
Move the construction of the JSCall frame into the runtime
Lars Knoll
2017-11-07
1
-8
/
+8
*
Merge remote-tracking branch 'origin/dev' into HEAD
Lars Knoll
2017-10-22
1
-0
/
+2
|
\
[next]