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
/
qv4internalclass_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for white allocation during gc (5/9): SharedInternalClassData
Fabian Kosmale
2024-03-05
1
-2
/
+2
*
SharedInternalClassData: Mark newly inserted values
Fabian Kosmale
2024-02-03
1
-0
/
+18
*
Remove the use of Q_QML_PRIVATE_EXPORT
Alexey Edelev
2024-01-11
1
-1
/
+1
*
JSEngine: Optimize QV4InternalClass for tests on MSVC
Olivier De Cannière
2023-12-05
1
-1
/
+2
*
QML Debugger: Don't crash when looking up values from imported modules
Ulf Hermann
2023-10-24
1
-1
/
+1
*
Allow limited extensions to globals
Ulf Hermann
2022-09-07
1
-0
/
+4
*
V4: Inline some PropertyAttribute storage
Ulf Hermann
2022-08-30
1
-4
/
+27
*
V4: Mark InternalClass parents when running GC
Ulf Hermann
2022-08-03
1
-13
/
+25
*
Remove QV4:PropertyHash::removeIdentifier()
Ulf Hermann
2022-07-27
1
-1
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Cleanup some includes
Fabian Kosmale
2021-03-17
1
-0
/
+1
*
Remove dead code
Robert Loehning
2020-05-19
1
-4
/
+2
*
Clean up frozen(), sealed(), nonExtensible() and propertiesFrozen()
Ulf Hermann
2019-05-31
1
-1
/
+3
*
Fix clang-cl compiler warnings
Kai Koehne
2019-04-08
1
-1
/
+1
*
Check for numeric limits when growing SharedInternalClassDataPrivate
Ulf Hermann
2019-03-27
1
-2
/
+6
*
Re-use existing IC when freezing properties
Ulf Hermann
2019-03-27
1
-1
/
+1
*
Trigger the garbage collector when allocating InternalClass objects
Ulf Hermann
2019-03-26
1
-40
/
+17
*
Refactor deletion of properties
Lars Knoll
2018-09-27
1
-11
/
+20
*
Don't move any property slots in Objects anymore
Lars Knoll
2018-09-27
1
-2
/
+7
*
Get rid of remaining assumptions about setter being next to getters
Lars Knoll
2018-09-27
1
-5
/
+25
*
Differentiate between finding for get and set in InternalClass
Lars Knoll
2018-09-27
1
-1
/
+14
*
Refactor InternalClass::find()
Lars Knoll
2018-09-27
1
-1
/
+39
*
Small refactoring of PropertyHash::lookup()
Lars Knoll
2018-09-27
1
-7
/
+8
*
Store InternalClass::nameMap in a MemberData
Lars Knoll
2018-09-16
1
-6
/
+33
*
Refactor SharedIngternalClassData
Lars Knoll
2018-09-11
1
-41
/
+74
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-15
/
+15
*
Cleanups in the Identifier API
Lars Knoll
2018-07-02
1
-1
/
+1
*
Garbage collect identifiers
Lars Knoll
2018-05-02
1
-3
/
+1
*
Remove String dependency from InternalClass
Lars Knoll
2018-05-02
1
-7
/
+4
*
Use Identifier by value and don't new them anymore
Lars Knoll
2018-05-02
1
-12
/
+14
*
Turn Identifier into a simple integer
Lars Knoll
2018-05-02
1
-1
/
+1
*
Reorganize Lookup data structure to make marking faster
Lars Knoll
2018-04-12
1
-1
/
+1
*
Rename InternalClass::id to protoId
Lars Knoll
2018-04-12
1
-2
/
+2
*
garbage collect InternalClass
Lars Knoll
2018-04-12
1
-26
/
+38
*
InternalClass: Unify handling of sealed and frozen classes
Lars Knoll
2018-04-12
1
-3
/
+4
*
Remove the pool allocator from InternalClass
Lars Knoll
2018-04-12
1
-8
/
+5
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-02-27
1
-4
/
+4
|
\
|
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-4
/
+4
*
|
Change creation of new internal classes
Lars Knoll
2018-02-09
1
-8
/
+25
|
/
*
Add a unique id to InternalClass that describes it's total state
Lars Knoll
2017-11-27
1
-1
/
+9
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-06
1
-25
/
+40
|
\
|
*
Optimize marking of prototypes in the InternalClass tree
Lars Knoll
2017-05-19
1
-1
/
+0
|
*
Optimize lookups in the internalClass
Lars Knoll
2017-05-19
1
-1
/
+8
|
*
Move the prototype into the internal class
Lars Knoll
2017-05-19
1
-8
/
+18
|
*
Move the internalClass field from Heap::Object to Heap::Base
Lars Knoll
2017-05-19
1
-1
/
+1
|
*
Add support for storing the Vtable in the InternalClass
Lars Knoll
2017-05-19
1
-17
/
+15
*
|
Separate the stack used for GC from the regular JS stack
Lars Knoll
2017-04-07
1
-1
/
+1
|
/
*
Fix memory leak in V4
Gunnar Sletta
2017-01-19
1
-1
/
+1
*
QML: Allow for inlining InternalClass::find
Erik Verbruggen
2016-07-15
1
-1
/
+29
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
[next]