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
/
qv4lookup.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Fix two-classes lookup with first memberData, then inline
Ulf Hermann
2024-11-06
1
-1
/
+2
*
QtQml: Call lookups based on enums rather than via function pointers
Ulf Hermann
2024-10-24
1
-160
/
+104
*
QtQml: Move value type getter to qv4lookup.cpp
Ulf Hermann
2024-10-22
1
-1
/
+31
*
QtQml: Rename all "Lookup *l" to "Lookup *lookup"
Ulf Hermann
2024-10-20
1
-186
/
+186
*
QmlCompiler: Resolve types for calls in init step
Ulf Hermann
2024-10-14
1
-0
/
+64
*
Prepare for white allocations during gc (1/9): Write barrier for Lookups
Fabian Kosmale
2024-03-05
1
-7
/
+9
*
QmlCompiler: Fix SetLookup on shadowable properties
Ulf Hermann
2023-08-08
1
-2
/
+16
*
Move ScopedStackFrame into qv4stackframe_p.h
Ulf Hermann
2023-05-17
1
-4
/
+6
*
QmlCompiler: Relax shadowing check
Ulf Hermann
2023-05-02
1
-0
/
+47
*
QML: Optimize QObject method calls
Ulf Hermann
2022-09-20
1
-2
/
+22
*
QtQml: Remove unused includes in qml, first part
Semih Yavuz
2022-09-14
1
-2
/
+2
*
V4: Do not update proto usage before engine is fully initialized
Ulf Hermann
2022-08-30
1
-0
/
+33
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Do not copy lookups
Ulf Hermann
2021-12-16
1
-32
/
+87
*
V4: Check for exceptions before we use the result of a JS call
Ulf Hermann
2020-01-23
1
-5
/
+10
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-06-11
1
-2
/
+7
|
\
|
*
Improve "Type error" when looking up a property of null or undefined
David Faure
2019-05-31
1
-2
/
+7
*
|
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-04-29
1
-12
/
+1
|
\
|
|
*
Revert "Optimize some Lookups"
Michal Klocek
2019-04-24
1
-12
/
+1
*
|
Merge remote-tracking branch 'origin/5.13' into HEAD
Ulf Hermann
2019-03-22
1
-83
/
+4
|
\
|
|
*
Fix lookups the transition between primitive strings and string objects
Simon Hausmann
2019-03-15
1
-2
/
+2
|
*
Make object property lookup resolution virtual
Simon Hausmann
2019-03-15
1
-74
/
+2
*
|
V4: Change both setter0 lookup methods to reflect getter0
Erik Verbruggen
2019-03-01
1
-8
/
+15
|
/
*
Differentiate between finding for get and set in InternalClass
Lars Knoll
2018-09-27
1
-5
/
+6
*
Refactor InternalClass::find()
Lars Knoll
2018-09-27
1
-19
/
+19
*
Optimize some Lookups
Lars Knoll
2018-09-14
1
-1
/
+12
*
Fix writing to properties of primitive data
Lars Knoll
2018-08-02
1
-0
/
+3
*
Rename IdentifierTable methods
Lars Knoll
2018-07-02
1
-3
/
+3
*
Clean up the property key API in StringOrSymbol
Lars Knoll
2018-07-02
1
-5
/
+4
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-4
/
+4
*
Unify the get and getIndexed vtable functions of QV4::Object
Lars Knoll
2018-07-02
1
-1
/
+1
*
Fix lookups of indexed properties
Lars Knoll
2018-05-14
1
-0
/
+23
*
Partial Symbol support
Lars Knoll
2018-05-02
1
-3
/
+4
*
Remove String dependency from InternalClass
Lars Knoll
2018-05-02
1
-2
/
+4
*
Use Identifier by value and don't new them anymore
Lars Knoll
2018-05-02
1
-4
/
+4
*
Reorganize Lookup data structure to make marking faster
Lars Knoll
2018-04-12
1
-49
/
+0
*
Rename InternalClass::id to protoId
Lars Knoll
2018-04-12
1
-19
/
+19
*
garbage collect InternalClass
Lars Knoll
2018-04-12
1
-2
/
+50
*
Cleanup now unused code paths in qv4lookup
Lars Knoll
2017-11-27
1
-71
/
+0
*
Convert setters to use the id in InternalClass
Lars Knoll
2017-11-27
1
-71
/
+94
*
Convert global getters to use the id in internalclass
Lars Knoll
2017-11-27
1
-120
/
+30
*
Convert primitive lookups to use the new ID in internal class
Lars Knoll
2017-11-27
1
-125
/
+58
*
Refactor getter lookups
Lars Knoll
2017-11-27
1
-158
/
+134
*
Simplify inline getters
Lars Knoll
2017-11-14
1
-11
/
+13
*
Further cleanup JSCallData
Lars Knoll
2017-11-07
1
-5
/
+5
*
Simplify JSCallData construction
Lars Knoll
2017-11-07
1
-8
/
+8
*
Get rid of JSCallData::call()
Lars Knoll
2017-11-07
1
-21
/
+21
*
Rename JSCall to JSCallData
Lars Knoll
2017-11-07
1
-8
/
+8
*
Always set the correct FunctionObject when calling JS functions
Lars Knoll
2017-09-02
1
-24
/
+21
*
Move ScopedCallData and ScopedStackFrame into a separate file
Lars Knoll
2017-09-01
1
-1
/
+1
[next]