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
/
qv4vme_moth.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Update commercial license headers"
v5.15.3-lts-lgpl
Tarja Sundqvist
2021-03-24
1
-20
/
+20
*
Update commercial license headers
Tarja Sundqvist
2021-02-02
1
-20
/
+20
*
masm: Add error handling for failed mprotect()
Ulf Hermann
2021-01-12
1
-1
/
+4
*
Add more trace points to Qt QML
Milian Wolff
2019-12-13
1
-1
/
+1
*
Compiler: Support >32k stack slots
Ulf Hermann
2019-12-05
1
-12
/
+23
*
Use QV4 namespace for Value
Timo Aarnipuro
2019-10-17
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Qt Forward Merge Bot
2019-09-17
1
-2
/
+4
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-09-12
1
-2
/
+4
|
|
\
|
|
*
Fix various accumulator-saving problems
Ulf Hermann
2019-09-03
1
-2
/
+4
*
|
|
Use quiet NaNs instead of signalling ones
Edward Welbourne
2019-09-04
1
-1
/
+1
*
|
|
Split compiler and runtime more clearly
Ulf Hermann
2019-07-11
1
-3
/
+2
*
|
|
Port from implicit to explicit atomic operations
Marc Mutz
2019-07-02
1
-2
/
+2
*
|
|
Port from QLatin1Literal to QLatin1String
Giuseppe D'Angelo
2019-06-11
1
-1
/
+1
*
|
|
Split QV4::Value into a static and a dynamic part
Ulf Hermann
2019-05-31
1
-2
/
+2
*
|
|
Split CompiledData::CompilationUnit in two
Ulf Hermann
2019-05-16
1
-5
/
+5
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-05-09
1
-0
/
+6
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-05-08
1
-0
/
+6
|
|
\
|
|
|
*
Add Q_TRACE calls to QtQml for QML profiler trace points
Milian Wolff
2019-05-05
1
-0
/
+6
*
|
|
Make JavaScript execution interruptible
Ulf Hermann
2019-04-30
1
-2
/
+9
*
|
|
Remove tracing JIT infrastructure
Ulf Hermann
2019-04-29
1
-162
/
+10
*
|
|
Transform V4_ENABLE_JIT into a feature
Ulf Hermann
2019-04-25
1
-2
/
+4
*
|
|
Merge remote-tracking branch 'origin/5.13' into HEAD
Ulf Hermann
2019-03-22
1
-50
/
+34
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-21
1
-49
/
+11
|
|
\
|
|
|
*
Remove dead compile time QML context/scope property and id object code
Simon Hausmann
2019-03-20
1
-51
/
+0
|
|
*
Implement dummy QML lookups for "global" variables
Simon Hausmann
2019-03-20
1
-0
/
+13
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-18
1
-1
/
+23
|
|
\
|
|
|
*
Fix type error exception messages when using member lookups
Simon Hausmann
2019-03-15
1
-1
/
+23
*
|
|
V4: Add trace slot for UPlus
Erik Verbruggen
2019-03-22
1
-1
/
+18
*
|
|
V4: Add IR that can use traced information to JIT
Erik Verbruggen
2019-03-04
1
-6
/
+34
*
|
|
V4: Clean up the runtime functions declarations
Erik Verbruggen
2019-02-05
1
-105
/
+77
|
/
/
*
/
V4: Collect trace information in the interpreter
Erik Verbruggen
2019-01-25
1
-20
/
+133
|
/
*
Fix line number reporting in scripts when lookups are enabled
Simon Hausmann
2018-12-03
1
-0
/
+1
*
Create proper template objects for tagged templates
Lars Knoll
2018-11-05
1
-0
/
+4
*
INTEGRITY: Fix build failures on 64-bit ARM
Pasi Petäjäjärvi
2018-10-22
1
-1
/
+1
*
Store the instruction pointer in more instructions
Erik Verbruggen
2018-10-15
1
-0
/
+4
*
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
/
+5
*
ES7: Detect Tail Position Calls and pass that to the runtime
Erik Verbruggen
2018-10-04
1
-0
/
+6
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-9
/
+9
*
Add support for yield*
Lars Knoll
2018-09-07
1
-3
/
+16
*
Throw a type error when trying to destructure null or undefined
Lars Knoll
2018-09-07
1
-0
/
+7
*
Fix exception handling while destructuring
Lars Knoll
2018-09-07
1
-0
/
+1
*
Fix thisObject when calling super properties
Lars Knoll
2018-08-31
1
-0
/
+11
*
Initialize this to empty for derived constructors
Lars Knoll
2018-08-29
1
-6
/
+1
*
Implement the dead temporal zone
Simon Hausmann
2018-08-28
1
-0
/
+15
*
Implement IsConstructor for Function objects
Lars Knoll
2018-08-23
1
-2
/
+2
*
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
-1
/
+1
*
Add support for super properties
Lars Knoll
2018-07-03
1
-1
/
+16
*
Get rid of the duplication for the GetLookup instructions
Lars Knoll
2018-07-03
1
-8
/
+1
[next]