aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4functionobject.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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