aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object_p.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Store a double in NumberObjectLars Knoll2015-01-231-7/+7
* CleanupsLars Knoll2015-01-231-8/+8
* Move the definition of Object vtables into qv4object_p.hLars Knoll2015-01-231-0/+60
* Get rid of most uses of ValueRefLars Knoll2015-01-231-25/+25
* Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-211-1/+5
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-3/+3
* Move vtable out of internalClassLars Knoll2015-01-201-1/+1
* Move extensible into the internal classLars Knoll2015-01-121-2/+1
* Get rid of hasAccessorProperty in Heap::BaseLars Knoll2015-01-121-7/+1
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-1/+1
* Make Property uses GC safeLars Knoll2014-12-201-11/+13
* Fix the way we set the property name during iterationLars Knoll2014-12-201-2/+2
* Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-4/+6
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-48/+56
* Fix Object::arrayData() accessor to return a heap objectLars Knoll2014-12-111-2/+1
* Remove arrayData() calls from qv4object.cppLars Knoll2014-12-101-7/+7
* Remove two reinterpret_casts in ObjectLars Knoll2014-11-221-5/+5
* Change signature of defineOwnProperty to take an engine instead of a contextLars Knoll2014-11-151-6/+6
* Convert methods in RuntimeHelpers to take an engine pointerLars Knoll2014-11-121-1/+1
* 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