aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Split QV4::Value into a static and a dynamic partUlf Hermann2019-05-3114-595/+756
* Remove now dead V4_BOOTSTRAP #if-eryUlf Hermann2019-05-136-29/+0
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-1616-84/+129
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-163-10/+11
|\
| * Compile fixJarek Kobus2019-05-151-2/+2
| * Do not take a reference of nullptrAllan Sandfeld Jensen2019-05-142-8/+9
* | Don't include qv4enginebase_p.h in qmldevtoolsUlf Hermann2019-05-104-6/+7
* | Make sure we don't include qv4stackframe_p.h in qmldevtoolsUlf Hermann2019-05-103-49/+115
* | Move qv4string{_p.h|.cpp} out of the devtoolsUlf Hermann2019-05-105-42/+104
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-091-0/+6
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-081-0/+6
| |\
| | * Add Q_TRACE calls to QtQml for QML profiler trace pointsMilian Wolff2019-05-051-0/+6
* | | Remove last traces of QV8EngineUlf Hermann2019-05-083-12/+344
* | | Move compileModule() into qv4codegen.cppUlf Hermann2019-05-087-77/+11
* | | Filter out duplicate entries in Object.keysErik Verbruggen2019-05-081-0/+7
* | | Move workerscript to its own moduleUlf Hermann2019-05-067-536/+9
* | | Move model types into their own libraryUlf Hermann2019-05-027-37/+58
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-022-6/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-012-6/+12
| |\|
| | * Skip block context within call contexts when searching for parametersUlf Hermann2019-04-291-5/+11
| | * Fix maximum call stack depth for clang ASAN buildsSimon Hausmann2019-04-291-1/+1
* | | Make JavaScript execution interruptibleUlf Hermann2019-04-302-3/+28
* | | Clean up QStringHashUlf Hermann2019-04-303-37/+8
* | | Remove tracing JIT infrastructureUlf Hermann2019-04-299-323/+18
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-293-16/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-272-4/+4
| |\|
| | * Don't call unknown types "null"Ulf Hermann2019-04-261-3/+3
| | * Fix maximum call stack depth limits for ASAN buildsSimon Hausmann2019-04-261-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-251-12/+1
| |\|
| | * Revert "Optimize some Lookups"Michal Klocek2019-04-241-12/+1
* | | Transform V4_ENABLE_JIT into a featureUlf Hermann2019-04-254-50/+8
* | | Move creation and management of singletons to QQmlEnginePrivateRichard Weickelt2019-04-241-5/+5
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-1/+1
| |\|
| | * Don't crash when accessing invalid properties through QObjectWrapperUlf Hermann2019-04-181-1/+1
* | | Don't needlessly restrict Qt.include() in case !qml-networkUlf Hermann2019-04-181-8/+5
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-184-4/+8
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-173-4/+4
| |\|
| | * V4: Only enable the JIT on ARM on specific known OSesMartin Storsjö2019-04-161-1/+2
| | * Prevent CoW detaches from happeningErik Verbruggen2019-04-151-1/+1
| | * Fix string replacement with invalid capturesUlf Hermann2019-04-151-2/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3Qt Forward Merge Bot2019-04-151-0/+4
| |\|
| | * Don't create value types for QImage and QPixmapUlf Hermann2019-04-121-0/+4
* | | Don't use UINT_MAX as invalid array index in PropertyKeyUlf Hermann2019-04-167-70/+75
* | | Remove QQmlV4HandleUlf Hermann2019-04-101-26/+10
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-102-2/+3
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-092-1/+2
| |\|
| | * Avoid INT_MIN % -1 and INT_MIN / -1Ulf Hermann2019-04-081-0/+1
| | * Fix clang-cl compiler warningsKai Koehne2019-04-081-1/+1
| * | Remove second evaluation of property nameRainer Keller2019-04-081-1/+1