aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4argumentsobject_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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