aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4function_p.h
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Function::engine member and line number mapping typeSimon Hausmann2013-08-161-9/+0
* Merge Function::init with the constructorSimon Hausmann2013-08-161-13/+2
* Refcount the compilation unit and remove refcount from runtime functionSimon Hausmann2013-08-161-13/+1
* Get rid of QV4::Function::lineNumberMappings by porting moth to the new mappingSimon Hausmann2013-08-161-2/+0
* Get rid of QV4::Function::generatedValues by porting moths' regexps to runtim...Simon Hausmann2013-08-161-1/+0
* Ported identifiers in moth to use runtime stringsSimon Hausmann2013-08-161-1/+0
* Get rid of the QV4::Function in the masm iselSimon Hausmann2013-08-161-1/+2
* Ported lookups to use the compiled data infrastructureSimon Hausmann2013-08-151-3/+0
* Initialize formals and locals from the compiled function data instead of in t...Simon Hausmann2013-08-151-0/+3
* Store the file name per compilation unit, not per compiled functionSimon Hausmann2013-08-151-1/+1
* Move codeRef out of QV4::FunctionSimon Hausmann2013-08-151-2/+0
* Move QV4::Function::sourceFile to CompiledFunctionSimon Hausmann2013-08-151-1/+2
* Get rid of flags in QV4::Function and use CompiledFunction::flags insteadSimon Hausmann2013-08-151-12/+6
* Fix writing the function offset table and initialize the pointer to the compi...Simon Hausmann2013-08-151-0/+2
* Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-0/+3
* Add reference counting to the VM functionsSimon Hausmann2013-08-121-2/+16
* Get rid of unused outer function pointer of QV4::FunctionSimon Hausmann2013-08-121-2/+0
* Restructure source codeLars Knoll2013-08-081-0/+142