aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* Convert delegate model and indexed builtin functionLars Knoll2014-07-221-10/+16
* Get rid of all uses of ObjectRefLars Knoll2014-07-221-1/+1
* Remove the less often used Ref classesLars Knoll2014-07-221-3/+1
* Get rid of StringRefLars Knoll2014-07-221-3/+3
* Rename Managed::managedData() to d() to be consistentLars Knoll2014-07-221-3/+3
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-7/+7
* Convert FunctionObject to new storage schemeLars Knoll2014-07-221-31/+40
* Convert the remaining classes in functionobject.hLars Knoll2014-07-221-8/+22
* Move data of FunctionObject into an inner structLars Knoll2014-07-221-4/+13
* Move object data into internal structureLars Knoll2014-07-221-1/+1
* Move Managed data into it's own subclassLars Knoll2014-07-221-0/+4
* Use Members for storing the bound arguments in BoundFunctionLars Knoll2014-07-221-2/+2
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-2/+0
* Fix typoSimon Hausmann2014-04-011-1/+1
* Use an array of Value's for Object::memberDataLars Knoll2014-03-071-1/+1
* Better way of retrieving the prototype property for FunctionObjectsLars Knoll2014-03-071-10/+8
* Remove the name member of FunctionObjectLars Knoll2014-03-071-1/+2
* Reduce memory consumption of FunctionObjectLars Knoll2014-03-071-2/+3
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-2/+2
* Make the Ref classes not template basedLars Knoll2014-02-071-0/+2
* CleanupsLars Knoll2014-01-311-4/+4
* Split ManagedVTable into two classesLars Knoll2014-01-211-14/+10
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-0/+4
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-1/+1
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-0/+3
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-3/+3
* Use an internalClass to represent formals and locals in CallContextsLars Knoll2013-12-041-2/+0
* Speedup JS instanceof operatorLars Knoll2013-12-041-3/+6
* Simplify & speed up function callingLars Knoll2013-11-091-8/+8
* Refactor marking GC'ed objectsLars Knoll2013-11-051-2/+2
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-2/+1
* Remove some unused flags from ManagedLars Knoll2013-10-121-1/+0
* Remove more uses of ValueLars Knoll2013-10-021-3/+3
* Remove more occurrences of QV4::ValueLars Knoll2013-09-301-1/+1
* Fix API for Object::define*PropertyLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-4/+7
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-2/+2
* Cleanup Object::define*Property APILars Knoll2013-09-221-1/+1
* Further work towards an exact GCLars Knoll2013-09-221-0/+5
* Extend the ReturnedValue mechanism to pointers to Managed objectsLars Knoll2013-09-181-14/+6
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-2/+2
* Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-6/+6
* Rename BuiltinFunctionOld to BuiltinFunctionLars Knoll2013-09-181-2/+2
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-0/+4
* Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-10/+10
* Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-8/+8
* Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-18/+18
* Optimize ScriptFunction::construct() and creation of FunctionObjectsLars Knoll2013-09-021-1/+6
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-1/+2