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
/
compiler
/
qv4instr_moth.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
bytecode: Dump instruction with src/dest arguments as: Inst Src Dest
Olivier De Cannière
2023-09-15
1
-3
/
+3
*
V4: Eliminate "done" from iterators
Ulf Hermann
2023-09-08
1
-3
/
+3
*
Compiler: Allow dumping the basic blocks for visualization and debugging
Olivier De Cannière
2023-07-10
1
-111
/
+123
*
Replace CallElement with separate instructions
Ulf Hermann
2022-11-07
1
-5
/
+0
*
QML: Track the statement indices together with line numbers
Ulf Hermann
2022-10-13
1
-3
/
+8
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Fix build, don't treat iterators as pointers
Volker Hilsheimer
2021-10-18
1
-1
/
+1
*
Evaluate type assertions in QML
Ulf Hermann
2021-05-26
1
-0
/
+4
*
Implement optional chaining
Maximilian Goldstein
2021-04-13
1
-0
/
+8
*
Split QV4::Value into a static and a dynamic part
Ulf Hermann
2019-05-31
1
-3
/
+5
*
Inline dumpConstantTable() into the only place where it's used
Ulf Hermann
2019-05-17
1
-32
/
+1
*
Make sure we don't include qv4stackframe_p.h in qmldevtools
Ulf Hermann
2019-05-10
1
-1
/
+1
*
Make JavaScript execution interruptible
Ulf Hermann
2019-04-30
1
-0
/
+3
*
Remove tracing JIT infrastructure
Ulf Hermann
2019-04-29
1
-35
/
+27
*
Merge remote-tracking branch 'origin/5.13' into HEAD
Ulf Hermann
2019-03-22
1
-37
/
+7
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-21
1
-37
/
+7
|
|
\
|
|
*
Remove dead compile time QML context/scope property and id object code
Simon Hausmann
2019-03-20
1
-36
/
+0
|
|
*
Implement dummy QML lookups for "global" variables
Simon Hausmann
2019-03-20
1
-0
/
+8
*
|
|
V4: Add trace slot for UPlus
Erik Verbruggen
2019-03-22
1
-0
/
+1
|
/
/
*
|
Merge remote-tracking branch 'origin/5.12' into dev
Liang Qi
2019-01-29
1
-1
/
+1
|
\
|
|
*
Fix byte code register dump output
Simon Hausmann
2019-01-29
1
-1
/
+1
*
|
V4: Collect trace information in the interpreter
Erik Verbruggen
2019-01-25
1
-32
/
+45
|
/
*
Create proper template objects for tagged templates
Lars Knoll
2018-11-05
1
-0
/
+4
*
ES7: Detect Tail Position Calls and pass that to the runtime
Erik Verbruggen
2018-10-04
1
-0
/
+4
*
Add support for yield*
Lars Knoll
2018-09-07
1
-0
/
+7
*
Throw a type error when trying to destructure null or undefined
Lars Knoll
2018-09-07
1
-0
/
+3
*
Fix exception handling while destructuring
Lars Knoll
2018-09-07
1
-1
/
+1
*
Fix thisObject when calling super properties
Lars Knoll
2018-08-31
1
-0
/
+4
*
Implement the dead temporal zone
Simon Hausmann
2018-08-28
1
-0
/
+8
*
Fix byte code debug output for registers and args
Simon Hausmann
2018-08-28
1
-1
/
+1
*
Add initial basic support for ES6 modules
Simon Hausmann
2018-08-09
1
-0
/
+4
*
Allow for more than 128 bytecode instructions
Lars Knoll
2018-07-03
1
-2
/
+4
*
Change the instruction encoding for the bytecode
Lars Knoll
2018-07-03
1
-1
/
+1
*
Add support for super properties
Lars Knoll
2018-07-03
1
-0
/
+8
*
Get rid of the duplication for the GetLookup instructions
Lars Knoll
2018-07-03
1
-5
/
+1
*
Add support for super calls
Lars Knoll
2018-07-03
1
-0
/
+3
*
Move the C++ and JS stack frame definitions into it's own file
Lars Knoll
2018-07-03
1
-0
/
+1
*
Implement support for new.target
Lars Knoll
2018-07-03
1
-0
/
+2
*
Add basic support for EcmaScript classes
Yulong Bai
2018-06-26
1
-0
/
+6
*
Add support for function calls with spread
Lars Knoll
2018-06-21
1
-4
/
+12
*
Get rid of LoadElement and LoadProperty instruction overloads
Lars Knoll
2018-06-21
1
-9
/
+1
*
Unify DeleteMember and DeleteSubscript instructions
Lars Knoll
2018-06-21
1
-6
/
+2
*
Get rid of the unused JumpEmpty instruction
Lars Knoll
2018-06-21
1
-4
/
+0
*
Rework unwind handling
Lars Knoll
2018-06-21
1
-8
/
+11
*
Rename SetExceptionHandler to SetUnwindHandler
Lars Knoll
2018-06-04
1
-2
/
+2
*
Fix creation of object literals
Lars Knoll
2018-06-04
1
-4
/
+3
*
Simplify Push and PopContext instructions
Lars Knoll
2018-05-23
1
-4
/
+2
*
Call iterator.return when required in destructuring assignments
Lars Knoll
2018-05-14
1
-1
/
+5
*
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
/
+3
[next]