aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object_p.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-1/+3
|\
| * QV4Object: fix GCC 6.1 tautologial compare warningMarc Mutz2016-08-171-1/+3
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+3
|\
| * Fix compilation with ICC on WindowsThiago Macieira2015-09-021-0/+3
* | Move remaining objects to new constructor syntaxLars Knoll2015-09-221-8/+0
* | Simplify new construction schemeLars Knoll2015-09-221-0/+14
* | Move more objects over to the new allocation schemeLars Knoll2015-09-221-23/+8
* | Inline property data into the objectLars Knoll2015-09-221-8/+8
* | Get rid of propertyAt in ObjectLars Knoll2015-09-151-4/+2
* | Replace __getPropertyDescriptor__ with a getValueOrSetter callLars Knoll2015-09-151-2/+2
* | Don't return Property * from ArrayData::insertLars Knoll2015-09-151-6/+2
* | Further reduce usage of PropertyLars Knoll2015-09-151-1/+3
* | Simplify Object::getValueLars Knoll2015-09-151-3/+3
* | Simplify Object::putValue()Lars Knoll2015-09-151-1/+1
* | 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