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