aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Small bug fixLars Knoll2014-01-201-1/+1
* Fix a small bug in queryIndexed() for StringObjectsLars Knoll2014-01-201-3/+3
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-11/+11
* clean up Object::has(Own)PropertyLars Knoll2014-01-201-12/+29
* Lookup::lookup should not return a Property pointerLars Knoll2014-01-201-4/+4
* Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-24/+12
* Smaller code cleanupLars Knoll2014-01-091-23/+12
* Rework array handling for JS objectsLars Knoll2014-01-091-394/+162
* Fixes for argument objectsLars Knoll2014-01-091-2/+11
* Add Object::hasOwnProperty()Lars Knoll2014-01-091-0/+10
* Move array data into it's own structLars Knoll2014-01-031-167/+167
* Get rid of the nonStrictArgumentsObject flag in ManagedLars Knoll2014-01-031-1/+1
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-3/+0
* Clear out memory in the GC, not when constructing objectsLars Knoll2014-01-031-4/+0
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-11/+11
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-4/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-4/+6
* Prospective fix for crashes when sorting JS arrays on WindowsSimon Hausmann2013-11-271-6/+2
* Speed up arguments objectLars Knoll2013-11-221-1/+1
* V4: fix Array.indexOf() for QStringListLiang Qi2013-11-201-1/+1
* Greatly reduce memory consumed by QQmlEngine instancesLars Knoll2013-11-191-2/+2
* Fix interaction between head room and appending in arraysLars Knoll2013-11-181-6/+6
* Simplify & speed up function callingLars Knoll2013-11-091-4/+4
* Refactor marking GC'ed objectsLars Knoll2013-11-051-9/+9
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-10/+14
* Protect write accesses to objectsLars Knoll2013-10-291-1/+22
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-3/+7
* Some minor optimizationsLars Knoll2013-10-191-27/+31
* inline get_element callsLars Knoll2013-10-141-0/+5
* Avoid creating array attributes if possibleLars Knoll2013-10-141-35/+28
* Cleanup API of Safe<T>Lars Knoll2013-10-021-2/+2
* Remove more uses of ValueLars Knoll2013-10-021-2/+2
* Fix ObjectIterator API to be GC safeLars Knoll2013-10-021-14/+3
* V4: remove inplace operationsErik Verbruggen2013-09-301-46/+0
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-13/+13
* Fix API for Object::define*PropertyLars Knoll2013-09-281-8/+8
* Fix Value usage in ErrorObjectsLars Knoll2013-09-281-3/+6
* Remove more direct QV4::Value usageLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-12/+12
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-4/+6
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-0/+2
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-8/+8
* Fix some more methods to take ValueRef'sLars Knoll2013-09-221-2/+4
* Convert Object::inplaceBinOp to be GC safeLars Knoll2013-09-221-14/+10
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-5/+5
* Convert putIndexed()Lars Knoll2013-09-221-6/+6
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-20/+22
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-6/+17
* Use StringRef for most methods in ObjectLars Knoll2013-09-221-22/+22
* Cleanup Object::define*Property APILars Knoll2013-09-221-36/+21