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
/
qv4runtime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize stack frame setup for AOT compiled functions
Ulf Hermann
2021-03-23
1
-11
/
+16
*
Clean up JSCallData setup
Ulf Hermann
2021-03-17
1
-2
/
+2
*
Don't store the scope in JSCallData
Ulf Hermann
2021-03-17
1
-2
/
+2
*
Port QtDeclarative from QStringRef to QStringView
Karsten Heimrich
2020-06-16
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-01-29
1
-12
/
+23
|
\
|
*
V4: Check for exceptions before we use the result of a JS call
Ulf Hermann
2020-01-23
1
-12
/
+23
*
|
Merge remote-tracking branch 'origin/5.14' into 5.15
Liang Qi
2019-11-22
1
-0
/
+9
|
\
|
|
*
RuntimeHelpers: Short-circuit stringToNumber on huge strings
Ulf Hermann
2019-11-07
1
-0
/
+9
*
|
JSRuntime: Provide an optional symbol table
Ulf Hermann
2019-10-16
1
-0
/
+127
|
/
*
Use quiet NaNs instead of signalling ones
Edward Welbourne
2019-09-04
1
-1
/
+1
*
Split qqmltypeloader{_p.h|.cpp} into a several files
Ulf Hermann
2019-07-11
1
-0
/
+1
*
Split QV4::Value into a static and a dynamic part
Ulf Hermann
2019-05-31
1
-74
/
+15
*
Split CompiledData::CompilationUnit in two
Ulf Hermann
2019-05-16
1
-18
/
+32
*
Don't include qv4enginebase_p.h in qmldevtools
Ulf Hermann
2019-05-10
1
-1
/
+7
*
Move compileModule() into qv4codegen.cpp
Ulf Hermann
2019-05-08
1
-1
/
+3
*
Remove tracing JIT infrastructure
Ulf Hermann
2019-04-29
1
-48
/
+0
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-04-10
1
-1
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
v5.13.0-beta2
Qt Forward Merge Bot
2019-04-09
1
-0
/
+1
|
|
\
|
|
*
Avoid INT_MIN % -1 and INT_MIN / -1
Ulf Hermann
2019-04-08
1
-0
/
+1
|
*
|
Remove second evaluation of property name
Rainer Keller
2019-04-08
1
-1
/
+1
*
|
|
Remove unused includes of qv8engine_p.h
Ulf Hermann
2019-04-09
1
-1
/
+0
*
|
|
Merge remote-tracking branch 'origin/5.13' into HEAD
Ulf Hermann
2019-03-22
1
-107
/
+38
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-21
1
-104
/
+31
|
|
\
|
|
|
*
Remove dead compile time QML context/scope property and id object code
Simon Hausmann
2019-03-20
1
-86
/
+0
|
|
*
Implement dummy QML lookups for "global" variables
Simon Hausmann
2019-03-20
1
-18
/
+31
*
|
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-03-15
1
-5
/
+16
|
\
|
|
|
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-03-13
1
-5
/
+16
|
|
\
|
|
|
*
Disable tail calls for function called with more arguments than formals
Ulf Hermann
2019-03-04
1
-1
/
+3
|
|
*
Unify and fix number to string conversion with radix
Ulf Hermann
2019-02-25
1
-4
/
+13
*
|
|
V4: Clean up the runtime functions declarations
Erik Verbruggen
2019-02-05
1
-148
/
+276
|
/
/
*
/
V4: Collect trace information in the interpreter
Erik Verbruggen
2019-01-25
1
-0
/
+48
|
/
*
Create proper template objects for tagged templates
Lars Knoll
2018-11-05
1
-0
/
+6
*
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
-3
/
+22
*
ES7: Detect Tail Position Calls and pass that to the runtime
Erik Verbruggen
2018-10-04
1
-2
/
+9
*
Speed up instanceof operations
Lars Knoll
2018-09-27
1
-3
/
+9
*
Better inheritance structure for functions
Lars Knoll
2018-09-23
1
-5
/
+4
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-19
/
+19
*
Fix toNumber conversions for hex, octal and binary strings
Lars Knoll
2018-09-08
1
-3
/
+18
*
Use the correct enum value instead of hard coded ints
Lars Knoll
2018-09-07
1
-1
/
+1
*
Fix a smaller bug in IteratorClose
Lars Knoll
2018-09-07
1
-13
/
+20
*
Add support for yield*
Lars Knoll
2018-09-07
1
-0
/
+72
*
Fix exception handling while destructuring
Lars Knoll
2018-09-07
1
-10
/
+20
*
Throw type error if this is uninitialized when accessing super
Lars Knoll
2018-08-31
1
-0
/
+5
*
Fix thisObject when calling super properties
Lars Knoll
2018-08-31
1
-0
/
+7
*
Fix super property access
Lars Knoll
2018-08-31
1
-21
/
+43
*
Correctly create methods for functions in object literals
Lars Knoll
2018-08-31
1
-6
/
+24
*
Throw a type error if the super class is not a constructor
Lars Knoll
2018-08-29
1
-5
/
+6
*
Initialize this to empty for derived constructors
Lars Knoll
2018-08-29
1
-0
/
+15
*
Remove a bogus Q_UNIMPLEMENTED()
Lars Knoll
2018-08-29
1
-1
/
+0
[next]