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
/
qv4object_p.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QtQml: Fix return type of resolveLookupSetter()
Ulf Hermann
2024-11-22
1
-1
/
+1
*
Remove the use of Q_QML_PRIVATE_EXPORT
Alexey Edelev
2024-01-11
1
-1
/
+1
*
Object::push_back: throw exception on overflow
Fabian Kosmale
2022-10-31
1
-1
/
+6
*
Recursively write back value types and sequences
Ulf Hermann
2022-10-19
1
-0
/
+4
*
QtQml: Remove unused includes in qml, final part
Semih Yavuz
2022-09-14
1
-1
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
V4: Fix sorting of sparse arrays
Ulf Hermann
2020-01-06
1
-1
/
+1
*
Remove now dead V4_BOOTSTRAP #if-ery
Ulf Hermann
2019-05-13
1
-2
/
+0
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-05-16
1
-4
/
+4
|
\
|
*
Do not take a reference of nullptr
Allan Sandfeld Jensen
2019-05-14
1
-4
/
+4
*
|
Move model types into their own library
Ulf Hermann
2019-05-02
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.13' into HEAD
Ulf Hermann
2019-03-22
1
-1
/
+7
|
\
|
|
*
Make object property lookup resolution virtual
Simon Hausmann
2019-03-15
1
-0
/
+7
|
*
Don't keep raw pointers to SparseArrayNode
Ulf Hermann
2019-03-14
1
-1
/
+0
*
|
Replace bit field with normal types
Erik Verbruggen
2019-03-19
1
-3
/
+3
*
|
V4: Change both setter0 lookup methods to reflect getter0
Erik Verbruggen
2019-03-01
1
-8
/
+8
|
/
*
Ensure our builtin constructors are subclassable
Lars Knoll
2018-11-22
1
-0
/
+2
*
Speed up instanceof operations
Lars Knoll
2018-09-27
1
-3
/
+11
*
Get rid of remaining assumptions about setter being next to getters
Lars Knoll
2018-09-27
1
-3
/
+3
*
Differentiate between finding for get and set in InternalClass
Lars Knoll
2018-09-27
1
-1
/
+1
*
Make Object::getOwnProperty() const
Lars Knoll
2018-09-23
1
-2
/
+2
*
Cleanups in Value/Primitive
Lars Knoll
2018-09-17
1
-2
/
+2
*
Optimize Object::virtualGet()
Lars Knoll
2018-09-16
1
-1
/
+6
*
Include symbols in getOwnPropertyKeys
Lars Knoll
2018-09-09
1
-0
/
+1
*
Fix ownKey iteration over Proxy objects
Lars Knoll
2018-09-09
1
-3
/
+3
*
Fix spec compliance of Object::virtualGet()
Lars Knoll
2018-09-08
1
-2
/
+1
*
Implement IsConstructor for Function objects
Lars Knoll
2018-08-23
1
-3
/
+0
*
Fix bugs in ArrayBuffer.prototype.slice
Lars Knoll
2018-08-23
1
-0
/
+2
*
Implement ObjectIterator using the new iteration mechanism
Lars Knoll
2018-08-02
1
-3
/
+0
*
Introduce a new mechanism to iterate over object properties
Lars Knoll
2018-08-02
1
-2
/
+15
*
Make Array.prototype.concat comply better with the spec
Lars Knoll
2018-07-30
1
-0
/
+3
*
Implement support for new.target
Lars Knoll
2018-07-03
1
-1
/
+1
*
Prefix vtable methods with virtual
Lars Knoll
2018-07-03
1
-18
/
+17
*
Unify the managed and object vtables
Lars Knoll
2018-07-03
1
-5
/
+5
*
Move the Vtable for Managed objects into it's own file
Lars Knoll
2018-07-03
1
-77
/
+0
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-25
/
+25
*
Unify the get and getIndexed vtable functions of QV4::Object
Lars Knoll
2018-07-02
1
-11
/
+12
*
Unify put and putIndexed
Lars Knoll
2018-07-02
1
-15
/
+14
*
Cleanup defineOwnProperty
Lars Knoll
2018-06-26
1
-5
/
+10
*
Unify deleteProperty and deleteIndexedProperty vtable methods
Lars Knoll
2018-06-26
1
-11
/
+5
*
Add Proxy support for prototype handling
Lars Knoll
2018-06-25
1
-3
/
+10
*
Support preventExtensions in Proxy handlers
Lars Knoll
2018-06-25
1
-0
/
+4
*
Add support for isExtensible in proxy handlers
Lars Knoll
2018-06-25
1
-1
/
+4
*
Add virtual interface for hasProperty
Lars Knoll
2018-06-25
1
-2
/
+6
*
Implement a virtual interface for getOwnProperty
Lars Knoll
2018-06-25
1
-15
/
+6
*
qv4arrayobject: Implement Array.prototype.fill according to ES7
Robin Burchell
2018-05-25
1
-0
/
+17
*
Implement Symbol.species getter functions
Lars Knoll
2018-05-15
1
-0
/
+2
*
Fix another ubsan warning
Lars Knoll
2018-05-04
1
-1
/
+1
*
Add attributes argument to defineDefaultProperty overload
Lars Knoll
2018-05-02
1
-1
/
+1
*
Cleanup creation code for builtin functions
Lars Knoll
2018-05-02
1
-6
/
+7
[next]