aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4argumentsobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move the StringValue members of ExecutionEngine onto the JS stackLars Knoll2015-06-101-4/+4
* Move evalfunction and thrower onto the js stackLars Knoll2015-04-241-4/+4
* Continue the work to move Values inside the v4 engine to the js stackLars Knoll2015-04-241-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+1
* More cleanupsLars Knoll2015-04-211-7/+7
* Further cleanupsLars Knoll2015-04-161-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Remove the realArgumentsCount member in CallContextLars Knoll2015-01-231-6/+6
* CleanupsLars Knoll2015-01-231-2/+2
* Get rid of most uses of ValueRefLars Knoll2015-01-231-1/+1
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-2/+2
* Move vtable out of internalClassLars Knoll2015-01-201-1/+1
* Get rid of hasAccessorProperty in Heap::BaseLars Knoll2015-01-121-1/+0
* Make Property uses GC safeLars Knoll2014-12-201-6/+6
* Return a Heap object from the getter()/setter() methods of PropertyLars Knoll2014-12-201-2/+3
* Fix comparisons between Object pointersLars Knoll2014-12-201-1/+2
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-4/+4
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-1/+2
* Remove two reinterpret_casts in ObjectLars Knoll2014-11-221-2/+2
* Change signature of defineOwnProperty to take an engine instead of a contextLars Knoll2014-11-151-8/+8
* Use Heap objects inside argumentsobject, arraybuffer and errorobjectLars Knoll2014-11-121-19/+19
* Fix regression in handling of arguments objectsLars Knoll2014-11-121-1/+1
* Move Data of Variant and ArgumentsObject into Heap namespaceLars Knoll2014-11-081-3/+3
* 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-6/+11
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-5/+5
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-3/+3
* Don't check the this pointer for 0 in member functionsLars Knoll2014-10-271-1/+3
* Rework our simple array implementationLars Knoll2014-10-271-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Convert Execution contexts to new constructor syntaxLars Knoll2014-07-221-7/+7
* Convert the last Managed types to the new constructor syntaxLars Knoll2014-07-221-23/+22
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-27/+27
* Convert ArgumentsObject over to the new storage schemeLars Knoll2014-07-221-4/+4
* Convert ArgumentsObject to new data layoutLars Knoll2014-07-221-32/+33
* Move object data into internal structureLars Knoll2014-07-221-7/+7
* Move Managed data into it's own subclassLars Knoll2014-07-221-6/+6
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-3/+3
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-8/+3
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-091-0/+2
* Garbage collect member dataLars Knoll2014-04-041-6/+8
* Fix copying of Property'sLars Knoll2014-03-101-7/+8
* Use an array of Value's for Object::memberDataLars Knoll2014-03-071-5/+4
* Reduce memory consumption of FunctionObjectLars Knoll2014-03-071-2/+2
* Allocate the ArrayData object and it's data togetherSimon Hausmann2014-01-241-3/+1
* Change virtual methods in ArrayData to take Object pointerLars Knoll2014-01-241-5/+5
* Turn ArrayData into a Managed objectLars Knoll2014-01-231-2/+2
* Split ManagedVTable into two classesLars Knoll2014-01-211-4/+4
* Add a SimpleArrayData classLars Knoll2014-01-201-2/+0