aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object_p.h
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate the remaining direct accesses to Object::memberDataLars Knoll2015-09-151-2/+0
* CleanupsLars Knoll2015-09-151-10/+12
* Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-2/+2
* Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-7/+7
* Get rid of the tmpProperty in StringObjectLars Knoll2015-06-171-2/+2
* Fix Object::getOwnProperty APILars Knoll2015-06-171-2/+2
* Move more objects from the v4 engine to the js stackLars Knoll2015-04-241-3/+3
* Continue the work to move Values inside the v4 engine to the js stackLars Knoll2015-04-241-5/+7
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Remove last asFoo() methods from ManagedLars Knoll2015-04-211-1/+1
* More cleanupsLars Knoll2015-04-211-17/+13
* Further cleanupsLars Knoll2015-04-161-9/+9
* Cleanup some of the casting codeLars Knoll2015-03-201-8/+8
* Reduce dependenciesLars Knoll2015-03-201-0/+3
* Wrap members in Object in a Heap::PointerLars Knoll2015-03-201-2/+2
* Introduce a Heap::Pointer classLars Knoll2015-03-021-1/+1
* 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