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
/
qv4internalclass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Deduplicate InternalClass::addMember()
Ulf Hermann
2024-11-16
1
-11
/
+4
*
InternalClass: Use scope for local internal classes
Fabian Kosmale
2024-09-30
1
-6
/
+17
*
Prepare for white allocation during gc (5/9): SharedInternalClassData
Fabian Kosmale
2024-03-05
1
-5
/
+4
*
Long live incremental garbage collection in QML!
Fabian Kosmale
2023-12-20
1
-0
/
+14
*
JSEngine: Optimize QV4InternalClass for tests on MSVC
Olivier De Cannière
2023-12-05
1
-5
/
+5
*
QML Debugger: Don't crash when looking up values from imported modules
Ulf Hermann
2023-10-24
1
-3
/
+9
*
QtQml: Remove unused includes in qml, first part
Semih Yavuz
2022-09-14
1
-1
/
+0
*
Allow limited extensions to globals
Ulf Hermann
2022-09-07
1
-0
/
+21
*
V4: Inline some PropertyAttribute storage
Ulf Hermann
2022-08-30
1
-16
/
+32
*
V4: Mark InternalClass parents when running GC
Ulf Hermann
2022-08-03
1
-36
/
+134
*
Remove QV4:PropertyHash::removeIdentifier()
Ulf Hermann
2022-07-27
1
-28
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Re-arrange qv4identifier{_p.h|.cpp}
Ulf Hermann
2020-04-15
1
-1
/
+1
*
Clean up frozen(), sealed(), nonExtensible() and propertiesFrozen()
Ulf Hermann
2019-05-31
1
-54
/
+34
*
Clean up QStringHash
Ulf Hermann
2019-04-30
1
-11
/
+2
*
Check for numeric limits when growing SharedInternalClassDataPrivate
Ulf Hermann
2019-03-27
1
-10
/
+18
*
Re-use existing IC when freezing properties
Ulf Hermann
2019-03-27
1
-4
/
+3
*
Trigger the garbage collector when allocating InternalClass objects
Ulf Hermann
2019-03-26
1
-0
/
+56
*
V4: Don't mark InternalClass::parent when garbage collecting
Ulf Hermann
2019-03-20
1
-5
/
+7
*
Refactor deletion of properties
Lars Knoll
2018-09-27
1
-23
/
+20
*
Don't move any property slots in Objects anymore
Lars Knoll
2018-09-27
1
-68
/
+17
*
Get rid of remaining assumptions about setter being next to getters
Lars Knoll
2018-09-27
1
-22
/
+24
*
Refactor InternalClass::find()
Lars Knoll
2018-09-27
1
-2
/
+3
*
Small refactoring of PropertyHash::lookup()
Lars Knoll
2018-09-27
1
-3
/
+5
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-2
/
+2
*
Store InternalClass::nameMap in a MemberData
Lars Knoll
2018-09-16
1
-12
/
+88
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-24
/
+24
*
Cleanups in the Identifier API
Lars Knoll
2018-07-02
1
-4
/
+4
*
Add support for Reflect
Lars Knoll
2018-06-21
1
-1
/
+1
*
Garbage collect identifiers
Lars Knoll
2018-05-02
1
-2
/
+8
*
Remove String dependency from InternalClass
Lars Knoll
2018-05-02
1
-25
/
+9
*
Use Identifier by value and don't new them anymore
Lars Knoll
2018-05-02
1
-26
/
+26
*
Turn Identifier into a simple integer
Lars Knoll
2018-05-02
1
-3
/
+3
*
Fix removal of members from the InternalClass
Lars Knoll
2018-04-25
1
-11
/
+22
*
Reorganize Lookup data structure to make marking faster
Lars Knoll
2018-04-12
1
-3
/
+3
*
Rename InternalClass::id to protoId
Lars Knoll
2018-04-12
1
-7
/
+7
*
garbage collect InternalClass
Lars Knoll
2018-04-12
1
-101
/
+125
*
Better encapsulation for EngineBase::internalClass
Lars Knoll
2018-04-12
1
-2
/
+2
*
InternalClass: Unify handling of sealed and frozen classes
Lars Knoll
2018-04-12
1
-30
/
+41
*
Remove the pool allocator from InternalClass
Lars Knoll
2018-04-12
1
-23
/
+13
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-02-27
1
-2
/
+2
|
\
|
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-8
/
+8
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-02-15
1
-0
/
+3
|
\
|
|
*
Clear the last value when removing properties
Erik Verbruggen
2018-02-14
1
-0
/
+3
*
|
Change creation of new internal classes
Lars Knoll
2018-02-09
1
-135
/
+191
|
/
*
Add a unique id to InternalClass that describes it's total state
Lars Knoll
2017-11-27
1
-2
/
+60
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-06
1
-13
/
+119
|
\
|
*
Optimize marking of prototypes in the InternalClass tree
Lars Knoll
2017-05-19
1
-16
/
+16
|
*
Optimize lookups in the internalClass
Lars Knoll
2017-05-19
1
-9
/
+0
|
*
Move the prototype into the internal class
Lars Knoll
2017-05-19
1
-1
/
+52
[next]