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
/
jsapi
/
qjsvalueiterator.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SPDX license identifiers
Lucie Gérard
2022-06-11
1
-38
/
+2
*
Store a QV4::ReturnedValue in QJSValue
Ulf Hermann
2020-03-18
1
-3
/
+3
*
Fix ownKey iteration over Proxy objects
Lars Knoll
2018-09-09
1
-1
/
+1
*
Implement support for ownKeys in Proxy objects
Lars Knoll
2018-08-04
1
-2
/
+2
*
Introduce a new mechanism to iterate over object properties
Lars Knoll
2018-08-02
1
-74
/
+58
*
Unify the get and getIndexed vtable functions of QV4::Object
Lars Knoll
2018-07-02
1
-1
/
+1
*
Rename ForeachIterator to ForInIterator
Lars Knoll
2018-05-04
1
-5
/
+5
*
QML: Make Heap::Object and all subclasses trivial
Erik Verbruggen
2016-10-06
1
-5
/
+5
*
Updated license headers
Jani Heikkinen
2016-01-19
1
-14
/
+20
*
Simplify QJSValueIterator code and make it GC safe
Lars Knoll
2015-06-17
1
-6
/
+10
*
Get rid of StringValue usage in QJSValueIterator
Lars Knoll
2015-06-10
1
-13
/
+10
*
Update copyright headers
Jani Heikkinen
2015-02-12
1
-7
/
+7
*
Cleanups
Lars Knoll
2015-01-23
1
-1
/
+1
*
Get rid of most uses of ValueRef
Lars Knoll
2015-01-23
1
-1
/
+1
*
Rework QJSValue internals
Lars Knoll
2015-01-21
1
-9
/
+7
*
Add C++11 move operators, and a simpler internal constructor
Lars Knoll
2015-01-21
1
-1
/
+1
*
Refactor persistent values
Lars Knoll
2015-01-16
1
-8
/
+11
*
Make sure we always have an engine when assigning to a Persistent
Lars Knoll
2015-01-13
1
-3
/
+3
*
Make Property uses GC safe
Lars Knoll
2014-12-20
1
-1
/
+1
*
Fix the way we set the property name during iteration
Lars Knoll
2014-12-20
1
-6
/
+6
*
Cleanup exception catching code
Lars Knoll
2014-11-15
1
-2
/
+1
*
Cleanup header file dependencies
Lars Knoll
2014-11-04
1
-2
/
+3
*
Update license headers and add new licenses
Jani Heikkinen
2014-08-25
1
-19
/
+11
*
Get rid of StringRef
Lars Knoll
2014-07-22
1
-3
/
+9
*
Convert ObjectIterator to new storage scheme
Lars Knoll
2014-07-22
1
-5
/
+5
*
Convert ObjectIterator to new data layout
Lars Knoll
2014-07-22
1
-5
/
+5
*
Fix regression in QJSValueIterator::next() since Qt 5.1.1
Gunnar Sletta
2014-05-14
1
-6
/
+3
*
Fix copying of Property's
Lars Knoll
2014-03-10
1
-1
/
+1
*
Remove Property * return value from ObjectIterator
Lars Knoll
2014-01-20
1
-17
/
+10
*
Encapsulate the current context and fix it's usage
Lars Knoll
2013-12-04
1
-3
/
+3
*
Correctly catch exceptions in the API methods
Lars Knoll
2013-10-29
1
-12
/
+11
*
Cleanup exception handling
Simon Hausmann
2013-10-03
1
-1
/
+0
*
Change exception handling API
Simon Hausmann
2013-10-02
1
-2
/
+2
*
Fix ObjectIterator API to be GC safe
Lars Knoll
2013-10-02
1
-13
/
+52
*
Use a StringRef for Managed::get()
Lars Knoll
2013-09-22
1
-4
/
+6
*
Use ReturnedValue for Managed::get().
Lars Knoll
2013-09-18
1
-1
/
+3
*
Fix wrong return type
Alex Blasche
2013-09-17
1
-1
/
+1
*
Move the JS Api into it's own folder
Lars Knoll
2013-08-08
1
-0
/
+206