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
/
qv4objectiterator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Update commercial license headers"
v5.15.3-lts-lgpl
Tarja Sundqvist
2021-03-24
1
-21
/
+21
*
Update commercial license headers
Tarja Sundqvist
2021-02-02
1
-21
/
+21
*
V4: Don't crash when iterating invalid Proxy objects
Ulf Hermann
2020-01-08
1
-1
/
+1
*
Include symbols in getOwnPropertyKeys
Lars Knoll
2018-09-09
1
-1
/
+2
*
Fix ownKey iteration over Proxy objects
Lars Knoll
2018-09-09
1
-2
/
+4
*
Fix crash with ForIn iterators during gc
Simon Hausmann
2018-09-03
1
-1
/
+4
*
Fix handling of uninitialized exports when iterating module namespace objects
Simon Hausmann
2018-08-29
1
-3
/
+3
*
Implement support for ownKeys in Proxy objects
Lars Knoll
2018-08-04
1
-1
/
+5
*
Simplify ObjectIterator::next
Lars Knoll
2018-08-04
1
-46
/
+23
*
Implement ObjectIterator using the new iteration mechanism
Lars Knoll
2018-08-02
1
-45
/
+13
*
Remove support for iterating over the proto chain from ObjectIterator
Lars Knoll
2018-08-02
1
-4
/
+1
*
Introduce a new mechanism to iterate over object properties
Lars Knoll
2018-08-02
1
-14
/
+67
*
Clean up the property key API in StringOrSymbol
Lars Knoll
2018-07-02
1
-1
/
+1
*
Replace Identifier by PropertyKey
Lars Knoll
2018-07-02
1
-1
/
+1
*
Cleanups in the Identifier API
Lars Knoll
2018-07-02
1
-1
/
+1
*
Add Proxy support for prototype handling
Lars Knoll
2018-06-25
1
-2
/
+2
*
Implement a virtual interface for getOwnProperty
Lars Knoll
2018-06-25
1
-2
/
+2
*
Rename ForeachIterator to ForInIterator
Lars Knoll
2018-05-04
1
-3
/
+23
*
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
-2
/
+2
*
Separate the stack used for GC from the regular JS stack
Lars Knoll
2017-04-07
1
-4
/
+4
*
Cleanup Value::isObject/objectValue usages
Lars Knoll
2016-11-29
1
-8
/
+11
*
QML: Make Heap::Object and all subclasses trivial
Erik Verbruggen
2016-10-06
1
-24
/
+0
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-06-20
1
-5
/
+0
|
\
|
*
V4: Always set the tag when boxing a pointer in QV4::Value.
Erik Verbruggen
2016-06-16
1
-5
/
+0
*
|
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
|
/
*
Use the correct macro to detect 64-bit value encoding
Thiago Macieira
2015-10-29
1
-1
/
+1
*
Simplify Object::getValue
Lars Knoll
2015-09-15
1
-2
/
+2
*
Remove type punning from QV4::Value.
Erik Verbruggen
2015-07-24
1
-8
/
+8
*
Fix some function signatures
Lars Knoll
2015-06-15
1
-2
/
+2
*
Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h
Lars Knoll
2015-04-24
1
-0
/
+1
*
More cleanups
Lars Knoll
2015-04-21
1
-8
/
+8
*
Reduce dependencies
Lars Knoll
2015-03-20
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Remove all remaining usages of ValueRef
Lars Knoll
2015-01-23
1
-4
/
+4
*
Get rid of Value::engine()
Lars Knoll
2015-01-12
1
-6
/
+6
*
Make Managed inherit Value
Lars Knoll
2014-12-20
1
-2
/
+2
*
Make Property uses GC safe
Lars Knoll
2014-12-20
1
-9
/
+8
*
Fix comparisons between Object pointers
Lars Knoll
2014-12-20
1
-3
/
+4
*
Fix the way we set the property name during iteration
Lars Knoll
2014-12-20
1
-12
/
+8
*
Return a Heap::Object in Object::prototype()
Lars Knoll
2014-12-17
1
-21
/
+11
*
Begin moving the data out of Managed objects
Lars Knoll
2014-11-08
1
-2
/
+2
*
Let markObjects() operate directly on HeapObjects
Lars Knoll
2014-11-04
1
-4
/
+4
*
Changed Value to store Managed::Data pointers directly
Simon Hausmann
2014-11-04
1
-8
/
+9
*
Cleanup: Get rid of String and Object pointers in Value
Simon Hausmann
2014-11-04
1
-6
/
+6
*
Merge remote-tracking branch 'origin/5.3' into 5.4
Frederik Gladhorn
2014-10-14
1
-11
/
+20
|
\
|
*
Fix crash with foreach on arguments object
Simon Hausmann
2014-09-11
1
-9
/
+31
*
|
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
|
Fix Scoped(Value) assignment/construction on 32-bit
Simon Hausmann
2014-07-22
1
-0
/
+8
*
|
Get rid of all uses of ObjectRef
Lars Knoll
2014-07-22
1
-25
/
+25
[next]