aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4script.cpp
Commit message (Expand)AuthorAgeFilesLines
* change calling convention for JS function callsLars Knoll2013-09-021-3/+5
* move methods to create a new context into the ExecutionContext classLars Knoll2013-09-021-1/+1
* Fix crashes when running tst_qqmlecmascript::importScripts with aggressive gcSimon Hausmann2013-09-021-4/+29
* Cleanup: Rename overloaded () operators of CodeGen to more descriptive functi...Simon Hausmann2013-08-221-2/+2
* Merge branch 'wip/v4' of ssh://codereview.qt-project.org/qt/qtdeclarative int...Simon Hausmann2013-08-201-12/+25
|\
| * Get rid of engine pointer in iselSimon Hausmann2013-08-181-1/+1
| * Fix eval operating on incorrect runtime dataSimon Hausmann2013-08-181-1/+12
| * Refcount the compilation unit and remove refcount from runtime functionSimon Hausmann2013-08-161-1/+1
| * Ported lookups to use the compiled data infrastructureSimon Hausmann2013-08-151-1/+1
| * Prepare MASM for better runtime string handlingSimon Hausmann2013-08-151-2/+5
| * 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-5/+4
* | Remove QV4::DiagnosticMessageLars Knoll2013-08-201-14/+3
|/
* Add reference counting to the VM functionsSimon Hausmann2013-08-121-1/+7
* Restructure source codeLars Knoll2013-08-081-0/+249