aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4object_p.h
Commit message (Expand)AuthorAgeFilesLines
* Convert builtins in TypedArray, ArrayBuffer and DataViewLars Knoll2017-01-251-0/+4
* Speed up invocation of builtin functionsLars Knoll2017-01-251-0/+4
* Get rid of the inline member data in ObjectLars Knoll2017-01-251-4/+2
* Streamline code allocating MemberDataLars Knoll2016-12-131-2/+0
* Clean up some duplicated methodsLars Knoll2016-11-291-1/+1
* qv4object_p.h: Replace QtPrivate::is_same by std::is_sameFriedemann Kleint2016-11-091-3/+1
* Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-131-2/+10
|\
| * Fix developer-build with gcc 6Allan Sandfeld Jensen2016-10-101-2/+10
* | QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-17/+28
* | QML: Make all context objects trivialErik Verbruggen2016-09-301-3/+13
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-191-1/+3
|\ \
| * | 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
* | | QML: Allow for inlining InternalClass::findErik Verbruggen2016-07-151-0/+1
* | | V4: Pass scope around as parameters inside the runtime.Erik Verbruggen2016-06-221-8/+8
|/ /
* / 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