aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Optimize String.replace and RegExp.execLars Knoll2013-09-021-0/+15
* Optimize ScriptFunction::construct() and creation of FunctionObjectsLars Knoll2013-09-021-0/+5
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-8/+6
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-15/+14
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-50/+27
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-64/+52
* Add the object's prototype to the InternalClass structureLars Knoll2013-09-021-0/+2
* Remove unused arvument from Object constructorLars Knoll2013-09-021-1/+1
* move methods to create a new context into the ExecutionContext classLars Knoll2013-09-021-29/+0
* Add a SimpleScriptFunction classLars Knoll2013-09-021-8/+0
* Move call context creation into the ExecutionContext classLars Knoll2013-09-021-21/+0
* Temporarily collect a map of all functions in the engineSimon Hausmann2013-09-021-0/+14
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-30/+16
|\
| * Eliminate all vm functions on the isel sideSimon Hausmann2013-08-161-6/+0
| * Get rid of the functions list in QV4::ExecutionEngineSimon Hausmann2013-08-161-20/+8
| * Fix crashes with unmarked runtime stringsSimon Hausmann2013-08-151-0/+4
| * Move QV4::Function::sourceFile to CompiledFunctionSimon Hausmann2013-08-151-4/+4
* | Remove QV4::DiagnosticMessageLars Knoll2013-08-201-6/+6
* | Remove unused overload of newCallContext()Lars Knoll2013-08-171-10/+0
* | Optimize contruction of Arguments objectsLars Knoll2013-08-171-0/+5
* | Fix memory leak in identifier tableSimon Hausmann2013-08-131-1/+1
|/
* Re-enable JITSimon Hausmann2013-08-121-1/+1
* Add reference counting to the VM functionsSimon Hausmann2013-08-121-3/+2
* Restructure source codeLars Knoll2013-08-081-0/+837