aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4function_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Refactor the way we declare signal parameter namesLars Knoll2015-09-081-1/+6
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Fix run-time string handling with regards to the new heapSimon Hausmann2014-11-211-1/+1
* Change signature or runtime methods to take an engine pointerLars Knoll2014-11-121-2/+2
* Cleanup header file dependenciesLars Knoll2014-11-041-32/+0
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-1/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Get rid of StringRefLars Knoll2014-07-221-2/+2
* Fix linkingSimon Hausmann2014-03-111-1/+1
* Add a Line instruction to the interpreterLars Knoll2014-03-071-2/+0
* Remove unused codeSizesLars Knoll2014-03-031-2/+1
* Remove nArguments and name from QV4::FunctionLars Knoll2014-03-031-5/+3
* CleanupsLars Knoll2014-01-311-1/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* Use an internalClass to represent formals and locals in CallContextsLars Knoll2013-12-041-2/+3
* Remove unused inline wrapperLars Knoll2013-12-041-4/+1
* V4 debugging: fix step-over and step-out.Erik Verbruggen2013-11-141-1/+1
* Debugging with V4Erik Verbruggen2013-11-101-0/+1
* Remove code that's not required anymoreLars Knoll2013-11-051-17/+0
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Speed up exception propagationSimon Hausmann2013-10-161-7/+18
* Change exception handling APISimon Hausmann2013-10-021-1/+1
* Use SafeValue in more placesLars Knoll2013-09-281-1/+1
* Prevent objects from being collected while in their constructorLars Knoll2013-09-221-1/+1
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into HEADSimon Hausmann2013-09-201-3/+3
|\
| * Change calling convention in JIT to use ReturnedValueSimon Hausmann2013-09-181-3/+3
* | Merge branch 'dev' of qtdeclarative into wip/v4Simon Hausmann2013-09-111-1/+12
|\|
| * Properly unwind the js stack for generated codeLars Knoll2013-09-111-1/+12
* | Beginning of a new qml parserSimon Hausmann2013-09-081-1/+0
|/
* 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