aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Move Data for Number/Boolean/ArrayObject into the HeapLars Knoll2014-11-081-42/+49
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-20/+25
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-11/+11
* Get rid of Members and directly store MemberData::Data pointersLars Knoll2014-11-071-9/+15
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-1/+1
* Cleanup header file dependenciesLars Knoll2014-11-041-57/+4
* Reduce size of ArrayData by one pointerLars Knoll2014-10-271-2/+1
* Rework our simple array implementationLars Knoll2014-10-271-2/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-10/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-4/+4
* Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-221-3/+0
* Convert most simple objects to the new constructor schemeLars Knoll2014-07-221-26/+28
* Convert regexpsLars Knoll2014-07-221-1/+1
* Start implement new Object creation patternLars Knoll2014-07-221-0/+6
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-15/+0
* Remove the less often used Ref classesLars Knoll2014-07-221-2/+0
* Get rid of StringRefLars Knoll2014-07-221-25/+25
* Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-221-4/+4
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-4/+4
* Convert ArrayObject over to the new storage schemeLars Knoll2014-07-221-1/+1
* Convert Boolean and NumberObject to the new Data schemeLars Knoll2014-07-221-16/+18
* First step unifying data structuresLars Knoll2014-07-221-15/+15
* Move ArrayData over to new data layoutLars Knoll2014-07-221-7/+8
* Convert Boolean, Number and DateObjectLars Knoll2014-07-221-8/+24
* Move object data into internal structureLars Knoll2014-07-221-18/+29
* Move Managed data into it's own subclassLars Knoll2014-07-221-6/+12
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-2/+0
* Fix compiler warningLars Knoll2014-06-181-1/+2
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-0/+2
* Garbage collect member dataLars Knoll2014-04-041-8/+3
* Fix copying of Property'sLars Knoll2014-03-101-1/+1
* Use an array of Value's for Object::memberDataLars Knoll2014-03-071-7/+6
* Make the Ref classes not template basedLars Knoll2014-02-071-0/+17
* Disentangle some includesLars Knoll2014-01-311-2/+2
* CleanupsLars Knoll2014-01-311-3/+3
* Implement Lookup::indexedSetterLars Knoll2014-01-311-1/+1
* Allocate the ArrayData object and it's data togetherSimon Hausmann2014-01-241-5/+4
* Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-4/+17
* Turn ArrayData into a Managed objectLars Knoll2014-01-231-3/+3
* Split ManagedVTable into two classesLars Knoll2014-01-211-23/+34
* Add a SimpleArrayData classLars Knoll2014-01-201-2/+1
* Save memory on array dataLars Knoll2014-01-201-12/+22
* Don't return a Property pointer in Object::advanceIteratorLars Knoll2014-01-201-1/+1
* clean up Object::has(Own)PropertyLars Knoll2014-01-201-2/+2
* Cleanup: change signature of Object::insertMember()Lars Knoll2014-01-091-2/+7
* Rework array handling for JS objectsLars Knoll2014-01-091-148/+51
* Fixes for argument objectsLars Knoll2014-01-091-0/+1
* Add Object::hasOwnProperty()Lars Knoll2014-01-091-0/+3
* Move array data into it's own structLars Knoll2014-01-031-62/+65