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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
V4: Slim down FunctionObject
Ulf Hermann
2024-05-14
1
-2
/
+2
*
QML Debugger: Don't crash when looking up values from imported modules
Ulf Hermann
2023-10-24
1
-4
/
+14
*
QtQml: Remove unused includes in qml, first part
Semih Yavuz
2022-09-14
1
-4
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Eliminate JS call frame from metatypes calls
Ulf Hermann
2021-06-10
1
-2
/
+7
*
Optimize stack frame setup for AOT compiled functions
Ulf Hermann
2021-03-23
1
-5
/
+5
*
Split QV4::Value into a static and a dynamic part
Ulf Hermann
2019-05-31
1
-2
/
+4
*
Split CompiledData::CompilationUnit in two
Ulf Hermann
2019-05-16
1
-2
/
+2
*
V4: Clean up the runtime functions declarations
Erik Verbruggen
2019-02-05
1
-7
/
+7
*
Differentiate between finding for get and set in InternalClass
Lars Knoll
2018-09-27
1
-3
/
+3
*
Refactor InternalClass::find()
Lars Knoll
2018-09-27
1
-5
/
+5
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-1
/
+1
*
Implement the dead temporal zone
Simon Hausmann
2018-08-28
1
-0
/
+4
*
Add support for @@unscopables
Lars Knoll
2018-07-30
1
-12
/
+79
*
Move the C++ and JS stack frame definitions into it's own file
Lars Knoll
2018-07-03
1
-0
/
+1
*
Clean up the property key API in StringOrSymbol
Lars Knoll
2018-07-02
1
-11
/
+6
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-5
/
+5
*
Cleanup defineOwnProperty
Lars Knoll
2018-06-26
1
-2
/
+3
*
Unify deleteProperty and deleteIndexedProperty vtable methods
Lars Knoll
2018-06-26
1
-1
/
+1
*
Add virtual interface for hasProperty
Lars Knoll
2018-06-25
1
-2
/
+2
*
Implement a virtual interface for getOwnProperty
Lars Knoll
2018-06-25
1
-1
/
+1
*
Cleanup JS stack allocations
Lars Knoll
2018-05-26
1
-1
/
+1
*
Give for loops a per-iteration context as well
Lars Knoll
2018-05-11
1
-1
/
+14
*
Ensure we have a lexical scope for global code
Lars Knoll
2018-05-11
1
-4
/
+6
*
Use Identifier by value and don't new them anymore
Lars Knoll
2018-05-02
1
-4
/
+4
*
Rework catch context handling
Lars Knoll
2018-05-02
1
-41
/
+7
*
Add support for proper lexical scoping
Lars Knoll
2018-05-02
1
-0
/
+28
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-1
/
+1
*
Don't copy unnamed arguments onto the JS stack
Lars Knoll
2017-11-15
1
-5
/
+11
*
Finally get rid of the QV4::Function pointer in the context
Lars Knoll
2017-11-13
1
-30
/
+5
*
Remove superfluous zero fill on 32bit
Erik Verbruggen
2017-09-20
1
-6
/
+1
*
Change CallData::argc to be a QV4::Value
Erik Verbruggen
2017-09-19
1
-2
/
+2
*
Remove superfluous call to String::makeIdentifier
Erik Verbruggen
2017-09-12
1
-1
/
+0
*
Get rid of the hack for named expressions
Lars Knoll
2017-09-02
1
-10
/
+0
*
Get rid of the FunctionObject parameter to VME::exec()
Lars Knoll
2017-09-01
1
-3
/
+2
*
Cleanup argument handling in contexts
Lars Knoll
2017-08-18
1
-43
/
+14
*
Get rid of CallData in the ExecutionContext
Lars Knoll
2017-08-18
1
-2
/
+0
*
Remove one more layer of function calls when entering JS functions
Lars Knoll
2017-08-10
1
-1
/
+3
*
Always create a valid CallData object for interpreter calls
Lars Knoll
2017-08-10
1
-29
/
+0
*
Split StoreName into StoreNameStrict and StoreNameSloppy
Lars Knoll
2017-08-10
1
-11
/
+15
*
Remove stuff related to simple call contexts
Lars Knoll
2017-08-10
1
-10
/
+5
*
Get rid of simpleCall
Lars Knoll
2017-08-10
1
-31
/
+18
*
Refactor context handling
Lars Knoll
2017-08-10
1
-19
/
+12
*
Avoid creating a CallContext for simple functions
Lars Knoll
2017-08-10
1
-10
/
+10
*
Get rid of ExecutionContext::strictMode
Lars Knoll
2017-08-10
1
-4
/
+1
*
Don't throw exceptions in Object::delete(indexed) anymore
Lars Knoll
2017-08-10
1
-3
/
+1
*
Don't throw errors from the internal put methods anymore
Lars Knoll
2017-08-10
1
-16
/
+10
*
Introduce a JS stack frame that corresponds to the C++ stack frame
Lars Knoll
2017-08-10
1
-2
/
+2
*
Reduce usage of Scope's in ExecutionContext
Lars Knoll
2017-08-08
1
-60
/
+61
*
Remove dead code
Lars Knoll
2017-08-08
1
-7
/
+1
[next]