aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4argumentsobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Convert FunctionObjects to new allocation syntaxLars Knoll2015-09-221-3/+1
* Remove getterFrank Meerkoetter2015-09-161-2/+2
* Adapt to the new QV4::MemberData APIFrank Meerkoetter2015-09-161-2/+1
* Further reduce usage of PropertyLars Knoll2015-09-151-4/+4
* CleanupsLars Knoll2015-09-151-2/+2
* Cleanup usage of ExecutionEngine::currentContextLars Knoll2015-09-151-4/+4
* CleanupFrank Meerkoetter2015-09-031-2/+2
* Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-1/+1
* 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