aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* Limit the amount of memory we allocate on the stackLars Knoll2013-11-181-0/+7
* Simplify & speed up function callingLars Knoll2013-11-091-25/+50
* Move conversion of this object into generated codeLars Knoll2013-11-051-16/+0
* Minor optimisationsLars Knoll2013-11-051-30/+34
* Refactor marking GC'ed objectsLars Knoll2013-11-051-9/+9
* Fix various compiler warnings in order to remove warn_off in the near futureErik Verbruggen2013-11-041-7/+6
* Speed up id object lookupsSimon Hausmann2013-10-291-0/+13
* Protect write accesses to objectsLars Knoll2013-10-291-0/+24
* Avoid side effects when en exception has been thrown.Lars Knoll2013-10-291-13/+12
* V4 debugger: retrieve formals and locals.Erik Verbruggen2013-10-241-1/+1
* Speed up exception propagationSimon Hausmann2013-10-161-57/+15
* Remove some unused flags from ManagedLars Knoll2013-10-121-5/+0
* Smaller cleanupsLars Knoll2013-10-111-4/+2
* Cleanup exception handlingSimon Hausmann2013-10-031-1/+1
* Change exception handling APISimon Hausmann2013-10-021-18/+12
* Use SafeValue instead of Value in ScopedValue methodsLars Knoll2013-10-021-2/+2
* Remove more uses of ValueLars Knoll2013-10-021-4/+4
* Remove some uses of raw Object pointersLars Knoll2013-09-301-2/+2
* Remove some uses of ValueLars Knoll2013-09-281-15/+16
* Fix API for Object::define*PropertyLars Knoll2013-09-281-4/+7
* Remove Value::fromString()Lars Knoll2013-09-281-1/+1
* Remove more direct QV4::Value usageLars Knoll2013-09-281-1/+1
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-6/+6
* Fix CallContext to not hold arguments on the C stack anymoreLars Knoll2013-09-281-27/+23
* Fix cases where mark() would access uninitialized memoryLars Knoll2013-09-221-8/+7
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-24/+65
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-9/+7
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+1
* Cleanup Object::define*Property APILars Knoll2013-09-221-9/+9
* Introduce a Referenced<T> class to pass Objects into methodsLars Knoll2013-09-221-20/+7
* Cleanup ExecutionEngine::newBuiltinFunction() usagesLars Knoll2013-09-221-10/+13
* Further work towards an exact GCLars Knoll2013-09-221-45/+40
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-69/+85
|\
| * Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-1/+2
| * Convert builtin methods to return a ReturnedValueLars Knoll2013-09-181-15/+16
| * Rename BuiltinFunctionOld to BuiltinFunctionLars Knoll2013-09-181-5/+5
| * Use a ReturnedValue for Managed::getIndexed()Lars Knoll2013-09-181-1/+1
| * Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-6/+9
| * Use ReturnedValue for Managed::construct()Lars Knoll2013-09-181-15/+15
| * Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-9/+9
| * Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-5/+10
| * Use a ReturnedValue for Managed::call()Lars Knoll2013-09-181-15/+15
| * Change calling convention in JIT to use ReturnedValueSimon Hausmann2013-09-181-14/+18
| * Remove qCopy usages from declarativeGiuseppe D'Angelo2013-09-131-3/+5
* | Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-63/+72
|\|
| * Properly unwind the js stack for generated codeLars Knoll2013-09-111-4/+4
| * Change signature of call/construct() to take a pointer to a CallDataLars Knoll2013-09-111-40/+40
| * Move CallData onto the JS stackLars Knoll2013-09-111-30/+39
* | Make it possible to supply an external JS unit generator to the iselSimon Hausmann2013-09-051-1/+2
|/
* Fix a crash in Function.apply()Lars Knoll2013-09-041-1/+4