aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move object data into internal structureLars Knoll2014-07-221-50/+50
* Move string data into subclassLars Knoll2014-07-221-1/+1
* Move Managed data into it's own subclassLars Knoll2014-07-221-56/+56
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-2/+2
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-12/+2
* Garbage collect member dataLars Knoll2014-04-041-19/+8
* Add some specialized lookups for two internal classesLars Knoll2014-03-181-1/+8
* Fix copying of Property'sLars Knoll2014-03-101-5/+9
* Use an array of Value's for Object::memberDataLars Knoll2014-03-071-35/+28
* Reserve a double slot for accessor propertiesLars Knoll2014-03-071-10/+14
* Fix memory management issue with accessorsSimon Hausmann2014-02-071-3/+4
* CleanupsLars Knoll2014-01-311-2/+2
* Allocate the ArrayData object and it's data togetherSimon Hausmann2014-01-241-48/+4
* Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-9/+13
* Turn ArrayData into a Managed objectLars Knoll2014-01-231-6/+4
* Split ManagedVTable into two classesLars Knoll2014-01-211-3/+13
* Adjust method naming to be closer to ManagedLars Knoll2014-01-211-1/+1
* Add a SimpleArrayData classLars Knoll2014-01-201-23/+26
* Save memory on array dataLars Knoll2014-01-201-35/+55
* Changes to the structure of PropertyLars Knoll2014-01-201-3/+3
* 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