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
/
qv4managed.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unnecessary read-backs on ReferenceObjects
Luca Di Sera
2025-02-05
1
-0
/
+12
*
QtQml: Remove unused includes in qml, first part
Semih Yavuz
2022-09-14
1
-1
/
+0
*
Implement array methods for QQmlListProperty
Ulf Hermann
2022-07-16
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Rename QQmlSequence to QV4Sequence
Ulf Hermann
2020-09-21
1
-2
/
+2
*
Implement URLSearchParams
Maximilian Goldstein
2020-05-06
1
-0
/
+3
*
Implement URL object
Maximilian Goldstein
2020-04-08
1
-0
/
+3
*
Introduce a new mechanism to iterate over object properties
Lars Knoll
2018-08-02
1
-0
/
+5
*
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
-20
/
+1
*
Partial Proxy support
Lars Knoll
2018-06-25
1
-0
/
+3
*
Add the start of a Map from ES7
Robin Burchell
2018-06-01
1
-0
/
+3
*
Add the start of a Set from ES7
Robin Burchell
2018-05-30
1
-0
/
+3
*
Add some basic support for for-of loops
Lars Knoll
2018-05-09
1
-2
/
+2
*
Add Generator support
Lars Knoll
2018-05-03
1
-0
/
+3
*
Don't use bitfields for VTable flags
Lars Knoll
2018-05-03
1
-1
/
+1
*
Implement StringIterator
Lars Knoll
2018-05-02
1
-0
/
+3
*
Add Array Iterator objects from ES6 (22.1.5)
Robin Burchell
2018-05-02
1
-0
/
+3
*
Add SymbolObject, well known symbols and fix most remaining issues
Lars Knoll
2018-05-02
1
-0
/
+3
*
Partial Symbol support
Lars Knoll
2018-05-02
1
-1
/
+6
*
Add a StringOrSymbol intermediate class between Managed and String
Lars Knoll
2018-05-02
1
-0
/
+1
*
Fix classname for Error objects to be in line with ES6 expectations
Lars Knoll
2018-05-02
1
-1
/
+1
*
garbage collect InternalClass
Lars Knoll
2018-04-12
1
-0
/
+5
*
Remove dependency from qv4heap_p.h onto qv4internalclass_p.h
Lars Knoll
2018-04-12
1
-1
/
+1
*
use nullptr consistently (clang-tidy)
Shawn Rutledge
2018-02-26
1
-4
/
+4
*
Bring back markObjects(), this time generated
Lars Knoll
2017-11-14
1
-1
/
+0
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-06-06
1
-0
/
+2
|
\
|
*
Re-add some inline property storage
Lars Knoll
2017-05-08
1
-0
/
+2
*
|
New mark table implementation
Lars Knoll
2017-03-09
1
-0
/
+1
|
/
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Fixes to Error objects
Lars Knoll
2015-09-22
1
-23
/
+1
*
Encapsulate and protect all accesses to the vtable of Heap objects
Lars Knoll
2015-08-10
1
-1
/
+1
*
Cleanup some of the casting code
Lars Knoll
2015-03-20
1
-1
/
+1
*
Move memory management related functionality into it's own folder
Lars Knoll
2015-03-02
1
-1
/
+1
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Get rid of all uses of Managed::engine()
Lars Knoll
2015-01-21
1
-5
/
+0
*
Remove all the setVTable() calls that aren't required anymore
Lars Knoll
2015-01-21
1
-13
/
+0
*
Remove the remaining bit of code that use the vtable in the internalClass
Lars Knoll
2015-01-21
1
-2
/
+0
*
Move vtable out of internalClass
Lars Knoll
2015-01-20
1
-8
/
+3
*
Remove subtype usage in ErrorObject
Lars Knoll
2015-01-12
1
-1
/
+1
*
Move Data of error objects into the Heap namespace
Lars Knoll
2014-11-08
1
-8
/
+8
*
Begin moving the data out of Managed objects
Lars Knoll
2014-11-08
1
-1
/
+1
*
Let markObjects() operate directly on HeapObjects
Lars Knoll
2014-11-04
1
-1
/
+1
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
Fix Managed::as<>() method
Lars Knoll
2014-07-22
1
-0
/
+1
*
Change the object allocation scheme
Simon Hausmann
2014-07-22
1
-8
/
+0
*
Start implement new Object creation pattern
Lars Knoll
2014-07-22
1
-0
/
+15
*
Rename Managed::managedData() to d() to be consistent
Lars Knoll
2014-07-22
1
-1
/
+1
*
Move Managed data into it's own subclass
Lars Knoll
2014-07-22
1
-23
/
+5
*
Get rid of different macros for vtable specializations
Lars Knoll
2014-07-22
1
-0
/
+1
[next]