aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsapi/qjsvalueiterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-3/+3
* Fix ownKey iteration over Proxy objectsLars Knoll2018-09-091-1/+1
* Implement support for ownKeys in Proxy objectsLars Knoll2018-08-041-2/+2
* Introduce a new mechanism to iterate over object propertiesLars Knoll2018-08-021-74/+58
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-1/+1
* Rename ForeachIterator to ForInIteratorLars Knoll2018-05-041-5/+5
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-5/+5
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Simplify QJSValueIterator code and make it GC safeLars Knoll2015-06-171-6/+10
* Get rid of StringValue usage in QJSValueIteratorLars Knoll2015-06-101-13/+10
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-1/+1
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Rework QJSValue internalsLars Knoll2015-01-211-9/+7
* Add C++11 move operators, and a simpler internal constructorLars Knoll2015-01-211-1/+1
* Refactor persistent valuesLars Knoll2015-01-161-8/+11
* Make sure we always have an engine when assigning to a PersistentLars Knoll2015-01-131-3/+3
* Make Property uses GC safeLars Knoll2014-12-201-1/+1
* Fix the way we set the property name during iterationLars Knoll2014-12-201-6/+6
* Cleanup exception catching codeLars Knoll2014-11-151-2/+1
* Cleanup header file dependenciesLars Knoll2014-11-041-2/+3
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Get rid of StringRefLars Knoll2014-07-221-3/+9
* Convert ObjectIterator to new storage schemeLars Knoll2014-07-221-5/+5
* Convert ObjectIterator to new data layoutLars Knoll2014-07-221-5/+5
* Fix regression in QJSValueIterator::next() since Qt 5.1.1Gunnar Sletta2014-05-141-6/+3
* Fix copying of Property'sLars Knoll2014-03-101-1/+1
* Remove Property * return value from ObjectIteratorLars Knoll2014-01-201-17/+10
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-3/+3
* Correctly catch exceptions in the API methodsLars Knoll2013-10-291-12/+11
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+0
* Change exception handling APISimon Hausmann2013-10-021-2/+2
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-13/+52
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-4/+6
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+3
* Fix wrong return typeAlex Blasche2013-09-171-1/+1
* Move the JS Api into it's own folderLars Knoll2013-08-081-0/+206