aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize ScriptFunction::construct() and creation of FunctionObjectsLars Knoll2013-09-021-16/+12
* Optimize Function.apply()Lars Knoll2013-09-021-3/+15
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-6/+11
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-2/+1
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-7/+22
* Add Value::isNullOrUndefined()Lars Knoll2013-09-021-3/+3
* change calling convention for JS function callsLars Knoll2013-09-021-55/+59
* Add a SimpleScriptFunction classLars Knoll2013-09-021-6/+104
* Move call context creation into the ExecutionContext classLars Knoll2013-09-021-2/+2
* Cleanup: Rename overloaded () operators of CodeGen to more descriptive functi...Simon Hausmann2013-08-221-1/+1
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-7/+8
|\
| * Get rid of engine pointer in iselSimon Hausmann2013-08-181-1/+1
| * Refcount the compilation unit and remove refcount from runtime functionSimon Hausmann2013-08-161-2/+2
| * Get rid of flags in QV4::Function and use CompiledFunction::flags insteadSimon Hausmann2013-08-151-2/+2
| * Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-2/+3
* | Remove QV4::DiagnosticMessageLars Knoll2013-08-201-1/+1
* | Never convert the this object when calling a builtin functionLars Knoll2013-08-171-18/+2
* | Optimize Function.prototype.apply/call()Lars Knoll2013-08-171-15/+18
|/
* Add reference counting to the VM functionsSimon Hausmann2013-08-121-0/+7
* Restructure source codeLars Knoll2013-08-081-0/+558