aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Remove arrayData() calls from qv4object.cppLars Knoll2014-12-101-21/+24
* Remove two reinterpret_casts in ObjectLars Knoll2014-11-221-5/+5
* Make QV4::RegExpObject header independent from masm headersOleg Shparber2014-11-211-2/+2
* Changed InternalClass to store Identifier* instead of String*Simon Hausmann2014-11-211-2/+4
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-5/+7
* Change signature of defineOwnProperty to take an engine instead of a contextLars Knoll2014-11-151-29/+29
* Move Data for Number/Boolean/ArrayObject into the HeapLars Knoll2014-11-081-11/+11
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-3/+3
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-5/+5
* Get rid of Members and directly store MemberData::Data pointersLars Knoll2014-11-071-10/+11
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-5/+5
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-13/+13
* Cleanup header file dependenciesLars Knoll2014-11-041-14/+1
* Don't check the this pointer for 0 in member functionsLars Knoll2014-10-271-9/+10
* Reduce size of ArrayData by one pointerLars Knoll2014-10-271-3/+2
* Rework our simple array implementationLars Knoll2014-10-271-11/+14
* 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