aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4objectiterator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use the correct macro to detect 64-bit value encodingThiago Macieira2015-10-291-1/+1
* Simplify Object::getValueLars Knoll2015-09-151-2/+2
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-8/+8
* Fix some function signaturesLars Knoll2015-06-151-2/+2
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* More cleanupsLars Knoll2015-04-211-8/+8
* Reduce dependenciesLars Knoll2015-03-201-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove all remaining usages of ValueRefLars Knoll2015-01-231-4/+4
* Get rid of Value::engine()Lars Knoll2015-01-121-6/+6
* Make Managed inherit ValueLars Knoll2014-12-201-2/+2
* Make Property uses GC safeLars Knoll2014-12-201-9/+8
* Fix comparisons between Object pointersLars Knoll2014-12-201-3/+4
* Fix the way we set the property name during iterationLars Knoll2014-12-201-12/+8
* Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-21/+11
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-2/+2
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-4/+4
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-8/+9
* Cleanup: Get rid of String and Object pointers in ValueSimon Hausmann2014-11-041-6/+6
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-10-141-11/+20
|\
| * Fix crash with foreach on arguments objectSimon Hausmann2014-09-111-9/+31
* | Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* | Fix Scoped(Value) assignment/construction on 32-bitSimon Hausmann2014-07-221-0/+8
* | Get rid of all uses of ObjectRefLars Knoll2014-07-221-25/+25
* | Get rid of StringRefLars Knoll2014-07-221-4/+10
* | Convert ObjectIterator to new storage schemeLars Knoll2014-07-221-2/+2
* | Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1
* | Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+1
|/
* Make the Ref classes not template basedLars Knoll2014-02-071-8/+8
* Get rid of the SafeObject classLars Knoll2014-01-311-5/+5
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+1
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-12/+14
* Remove Property * return value from ObjectIteratorLars Knoll2014-01-201-13/+20
* Get rid of the nonStrictArgumentsObject flag in ManagedLars Knoll2014-01-031-2/+2
* Speed up arguments objectLars Knoll2013-11-221-0/+11
* Refactor marking GC'ed objectsLars Knoll2013-11-051-4/+4
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-1/+1
* Remove some more uses of QV4::ValueLars Knoll2013-10-021-2/+2
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-23/+75
* Remove more direct QV4::Value usageLars Knoll2013-09-281-3/+3
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-1/+3
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-8/+8
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-2/+2
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+1
* Restructure source codeLars Knoll2013-08-081-0/+129