aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/compiler/qv4compiler_p.h
Commit message (Expand)AuthorAgeFilesLines
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Cleanup: Simplify CompiledData::Unit structure to always include the string t...Simon Hausmann2014-09-241-2/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* CleanupSimon Hausmann2014-08-151-2/+1
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-2/+2
* V4 string table cleanupsSimon Hausmann2014-03-281-1/+2
* Various cleanupsSimon Hausmann2014-03-281-8/+27
* Add a Line instruction to the interpreterLars Knoll2014-03-071-3/+0
* Clean up object literal handling with integral indicesSimon Hausmann2014-02-241-1/+1
* Clean up our internal namespacesLars Knoll2014-02-231-8/+8
* Implement Lookup::indexedSetterLars Knoll2014-01-311-0/+1
* Use lookups for indexed accessesLars Knoll2014-01-201-0/+1
* 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