aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4function.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Get rid of QV4::Function::generatedValues by porting moths' regexps to runtim...Simon Hausmann2013-08-161-3/+0
* Ported identifiers in moth to use runtime stringsSimon Hausmann2013-08-161-2/+0
* Initial port of moth to the new compile data structuresSimon Hausmann2013-08-161-1/+0
* Get rid of the QV4::Function in the masm iselSimon Hausmann2013-08-161-1/+5
* Store line number mappings in the compiled functionSimon Hausmann2013-08-161-8/+30
* Ported lookups to use the compiled data infrastructureSimon Hausmann2013-08-151-1/+0
* Initialize formals and locals from the compiled function data instead of in t...Simon Hausmann2013-08-151-0/+19
* Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-1/+3
* Add reference counting to the VM functionsSimon Hausmann2013-08-121-0/+10
* Restructure source codeLars Knoll2013-08-081-0/+88