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
/
qv4context_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-1
/
+1
*
qml: silence -Wextra-semi
Tim Blechmann
2022-11-16
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Upgrade std::is_trivial::value to C++17 std::is_trivial_v
Ivan Tkachenko
2021-08-24
1
-2
/
+2
*
Optimize stack frame setup for AOT compiled functions
Ulf Hermann
2021-03-23
1
-1
/
+1
*
V4: Clean up the runtime functions declarations
Erik Verbruggen
2019-02-05
1
-2
/
+3
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-1
/
+1
*
Implement the dead temporal zone
Simon Hausmann
2018-08-28
1
-0
/
+6
*
Move the C++ and JS stack frame definitions into it's own file
Lars Knoll
2018-07-03
1
-40
/
+0
*
Implement support for new.target
Lars Knoll
2018-07-03
1
-2
/
+4
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-1
/
+1
*
Unify the managed and object vtables
Lars Knoll
2018-07-03
1
-0
/
+6
*
Give for loops a per-iteration context as well
Lars Knoll
2018-05-11
1
-0
/
+1
*
Rework catch context handling
Lars Knoll
2018-05-02
1
-22
/
+5
*
Add support for proper lexical scoping
Lars Knoll
2018-05-02
1
-1
/
+3
*
Remove dependency from qv4heap_p.h onto qv4internalclass_p.h
Lars Knoll
2018-04-12
1
-0
/
+4
*
Optimize MM::allocManaged()
Lars Knoll
2018-04-12
1
-17
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-2
/
+2
*
Raise minimum supported MSVC version to 2015
Friedemann Kleint
2018-01-06
1
-3
/
+3
*
Don't copy unnamed arguments onto the JS stack
Lars Knoll
2017-11-15
1
-1
/
+1
*
Bring back markObjects(), this time generated
Lars Knoll
2017-11-14
1
-3
/
+3
*
Finally get rid of the QV4::Function pointer in the context
Lars Knoll
2017-11-13
1
-8
/
+1
*
Change CallData::argc to be a QV4::Value
Erik Verbruggen
2017-09-19
1
-9
/
+12
*
Unify JSStackFrame and CallData
Lars Knoll
2017-09-01
1
-7
/
+15
*
Use the context member in CallData
Lars Knoll
2017-09-01
1
-1
/
+1
*
Get rid of the FunctionObject parameter to VME::exec()
Lars Knoll
2017-09-01
1
-1
/
+1
*
Add the current context and function object to CallData
Lars Knoll
2017-09-01
1
-2
/
+4
*
New value type encoding
Lars Knoll
2017-08-25
1
-1
/
+0
*
Fix assertion in debug builds
Lars Knoll
2017-08-25
1
-1
/
+1
*
Cleanup argument handling in contexts
Lars Knoll
2017-08-18
1
-22
/
+14
*
Get rid of CallData in the ExecutionContext
Lars Knoll
2017-08-18
1
-21
/
+16
*
Remove one more layer of function calls when entering JS functions
Lars Knoll
2017-08-10
1
-1
/
+1
*
Always create a valid CallData object for interpreter calls
Lars Knoll
2017-08-10
1
-2
/
+0
*
Split StoreName into StoreNameStrict and StoreNameSloppy
Lars Knoll
2017-08-10
1
-1
/
+8
*
Remove stuff related to simple call contexts
Lars Knoll
2017-08-10
1
-6
/
+5
*
Get rid of simpleCall
Lars Knoll
2017-08-10
1
-3
/
+2
*
Get rid of ExecutionContext::strictMode
Lars Knoll
2017-08-10
1
-3
/
+2
*
Don't throw errors from the internal put methods anymore
Lars Knoll
2017-08-10
1
-1
/
+1
*
Completely avoid intermediate scopes for simple functions
Lars Knoll
2017-08-08
1
-2
/
+2
*
Remove Scope::result and convert calling convention for builtins
Lars Knoll
2017-08-08
1
-2
/
+2
*
Don't store the current line number in the ExecutionContext
Lars Knoll
2017-08-04
1
-4
/
+0
*
Get rid of the compilation unit related members in ExecutionContext
Lars Knoll
2017-08-03
1
-11
/
+5
*
Disable size check for CallContext
Erik Verbruggen
2017-07-12
1
-5
/
+7
*
Support broken C++11 compilers
Erik Verbruggen
2017-07-11
1
-1
/
+1
*
Fix alignment issue on most 32bit arm platforms
Erik Verbruggen
2017-07-10
1
-0
/
+4
*
Unify SimpleCallContext and CallContext
Lars Knoll
2017-07-05
1
-48
/
+21
*
Get rid of the GlobalContext and WithContext classes
Lars Knoll
2017-07-05
1
-43
/
+1
*
Simplify and unite handling of activation objects in Contexts
Lars Knoll
2017-07-05
1
-9
/
+7
*
Switch over to new JS call setup
Lars Knoll
2017-06-29
1
-0
/
+2
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-06
1
-9
/
+6
|
\
[next]