aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4argumentsobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Remove getterFrank Meerkoetter2015-09-161-1/+0
* Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-1/+1
* Use Heap::Pointer in more placesLars Knoll2015-04-241-2/+2
* More cleanupsLars Knoll2015-04-211-2/+2
* Further cleanupsLars Knoll2015-04-161-1/+1
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-2/+0
* Move vtable out of internalClassLars Knoll2015-01-201-1/+1
* Make Property uses GC safeLars Knoll2014-12-201-1/+1
* Change signature of defineOwnProperty to take an engine instead of a contextLars Knoll2014-11-151-1/+1
* Use Heap objects inside argumentsobject, arraybuffer and errorobjectLars Knoll2014-11-121-3/+3
* Move Data of Variant and ArgumentsObject into Heap namespaceLars Knoll2014-11-081-34/+45
* Move Data of FunctionObject and related classes into HeapLars Knoll2014-11-081-4/+4
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-1/+1
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-3/+3
* Get rid of Members and directly store MemberData::Data pointersLars Knoll2014-11-071-2/+2
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-11/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-3/+3
* Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-221-2/+1
* Convert remaining FunctionObject's to new constructor schemeLars Knoll2014-07-221-14/+12
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-1/+1
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-3/+3
* Convert ArgumentsObject over to the new storage schemeLars Knoll2014-07-221-17/+25
* Convert ArgumentsObject to new data layoutLars Knoll2014-07-221-8/+30
* Move Managed data into it's own subclassLars Knoll2014-07-221-1/+1
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-2/+0
* Garbage collect member dataLars Knoll2014-04-041-1/+1
* Use an array of Value's for Object::memberDataLars Knoll2014-03-071-1/+1
* CleanupsLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-5/+5
* Get rid of the nonStrictArgumentsObject flag in ManagedLars Knoll2014-01-031-0/+4
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-0/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+6
* Speed up arguments objectLars Knoll2013-11-221-2/+8
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Remove more direct QV4::Value usageLars Knoll2013-09-281-1/+1
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-7/+3
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-2/+2
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-2/+2
* change calling convention for JS function callsLars Knoll2013-09-021-2/+2
* Move arguments object creation into the generated codeLars Knoll2013-08-171-1/+1
* Optimize contruction of Arguments objectsLars Knoll2013-08-171-0/+5
* Restructure source codeLars Knoll2013-08-081-0/+97