aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject_p.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-1/+2
* change calling convention for JS function callsLars Knoll2013-09-021-18/+18
* Add a SimpleScriptFunction classLars Knoll2013-09-021-0/+12
* Add reference counting to the VM functionsSimon Hausmann2013-08-121-0/+3
* Restructure source codeLars Knoll2013-08-081-0/+221