aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4variantobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Prefix vtable methods with virtualLars Knoll2018-07-031-1/+2
* Convert more builtin functions to use the new calling conventionLars Knoll2018-01-121-4/+4
* Remove Scope::result and convert calling convention for builtinsLars Knoll2017-08-081-4/+4
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-0/+1
|\
| * Move the internalClass field from Heap::Object to Heap::BaseLars Knoll2017-05-191-0/+1
* | Go through proper set() functions when writing to MemberDataLars Knoll2017-03-091-2/+2
|/
* Convert more builtin functions to the new calling conventionLars Knoll2017-01-251-4/+4
* QML: Also check for correct destroy() chainingErik Verbruggen2016-10-061-0/+1
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-2/+2
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* QML: Move the ScarceResourceData from VariantObject onto the heapErik Verbruggen2016-10-051-2/+13
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Simplify new construction schemeLars Knoll2015-09-221-0/+1
* Convert variant object and ObjectProtoLars Knoll2015-09-221-4/+2
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* This method is only used one place, so inline it thereLars Knoll2015-01-091-2/+0
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-1/+3
* Cleanup destruction of heap objectsLars Knoll2014-11-211-1/+1
* Move Data of Variant and ArgumentsObject into Heap namespaceLars Knoll2014-11-081-12/+17
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-5/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Convert more objects to the new constructor schemeLars Knoll2014-07-221-6/+7
* Remove the less often used Ref classesLars Knoll2014-07-221-2/+0
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Move VariantObject over to new storage layoutLars Knoll2014-07-221-4/+12
* Make the Ref classes not template basedLars Knoll2014-02-071-0/+2
* Rename some filesLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+1
* Simplify & speed up function callingLars Knoll2013-11-091-4/+4
* Move more API over to use ValueRefLars Knoll2013-09-261-1/+1
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-4/+4
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+2
* Restructure source codeLars Knoll2013-08-081-0/+102