aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4runtimecodegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-2/+2
* Split compiler and runtime more clearlyUlf Hermann2019-07-111-1/+1
* Disentangle includes and namespacesUlf Hermann2019-07-111-0/+1
* Simplify codegen error handlingUlf Hermann2019-07-041-5/+7
* Move compileModule() into qv4codegen.cppUlf Hermann2019-05-081-0/+1
* Set the name of the context as early as possibleLars Knoll2018-05-231-1/+1
* Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-021-2/+2
* Bring JS grammar in line with ES7 specLars Knoll2018-04-251-1/+1
* Correctly check for duplicate parameter namesLars Knoll2018-04-251-0/+3
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-3/+3
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-0/+1
* Move the Runtime codegen into it's own fileLars Knoll2017-07-031-0/+79