aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-221-17/+0
* Convert String to new constructor syntaxLars Knoll2014-07-221-2/+2
* Convert most simple objects to the new constructor schemeLars Knoll2014-07-221-14/+7
* Convert FunctionObject derived classes to new construction schemeLars Knoll2014-07-221-4/+4
* Convert regexpsLars Knoll2014-07-221-1/+0
* Start implement new Object creation patternLars Knoll2014-07-221-0/+10
* Get rid of StringRefLars Knoll2014-07-221-38/+38
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-13/+13
* Convert StringObject to new storage layoutLars Knoll2014-07-221-2/+2
* Move ArrayData over to new data layoutLars Knoll2014-07-221-12/+12
* 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