aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compiler_p.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up property dependency data structuresSimon Hausmann2013-12-051-7/+0
* Initial support for resolving meta-property access for the scope and context ...Simon Hausmann2013-10-311-1/+9
* Speed up id object lookupsSimon Hausmann2013-10-291-0/+1
* Add a constant table to the compiled dataLars Knoll2013-10-291-0/+3
* Beginning of a new qml parserSimon Hausmann2013-09-081-5/+6
* Get rid of engine pointer in iselSimon Hausmann2013-08-181-1/+1
* Ported the compile-time class setup for object literals to be run-time basedSimon Hausmann2013-08-161-0/+5
* Store line number mappings in the compiled functionSimon Hausmann2013-08-161-1/+5
* Ported regular expressions over to be run-time generated dataSimon Hausmann2013-08-161-0/+4
* Ported lookups to use the compiled data infrastructureSimon Hausmann2013-08-151-1/+7
* Move codeRef out of QV4::FunctionSimon Hausmann2013-08-151-1/+1
* Begin using the compiled data structures for runtime stringsSimon Hausmann2013-08-151-2/+0
* Initial version of generator for new data structuresSimon Hausmann2013-08-151-0/+82