aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine_p.h
Commit message (Expand)AuthorAgeFilesLines
* Optimize ScriptFunction::construct() and creation of FunctionObjectsLars Knoll2013-09-021-0/+4
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-5/+3
* Remove more usages of Object::setPrototype()Lars Knoll2013-09-021-7/+6
* Cleanup calls to Object::setPrototype()Lars Knoll2013-09-021-7/+7
* Move prototype pointer into QV4::InternalClassLars Knoll2013-09-021-0/+1
* change calling convention for JS function callsLars Knoll2013-09-021-2/+0
* move methods to create a new context into the ExecutionContext classLars Knoll2013-09-021-3/+0
* Add a SimpleScriptFunction classLars Knoll2013-09-021-5/+0
* Move call context creation into the ExecutionContext classLars Knoll2013-09-021-1/+0
* Temporarily collect a map of all functions in the engineSimon Hausmann2013-09-021-0/+1
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-4/+4
|\
| * Eliminate all vm functions on the isel sideSimon Hausmann2013-08-161-2/+0
| * Get rid of the functions list in QV4::ExecutionEngineSimon Hausmann2013-08-161-3/+0
| * Fix crashes with unmarked runtime stringsSimon Hausmann2013-08-151-0/+5
* | Remove QV4::DiagnosticMessageLars Knoll2013-08-201-2/+3
* | Remove unused overload of newCallContext()Lars Knoll2013-08-171-1/+0
* | Optimize contruction of Arguments objectsLars Knoll2013-08-171-0/+3
|/
* Restructure source codeLars Knoll2013-08-081-0/+332