aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-1/+12
* Check that QJSValue to set conversion worksFabian Kosmale2020-03-241-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-031-0/+2
|\
| * Fix build with -no-feature-networkUlf Hermann2020-02-241-0/+2
* | Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-2/+2
* | V4: Fix mark stack overrunsUlf Hermann2020-02-271-10/+5
* | Avoid cast from ASCII to QStringUlf Hermann2020-02-201-2/+2
* | QV4Engine: Avoid memory leak in toVariant conversionFabian Kosmale2020-02-201-1/+5
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-131-19/+21
|\|
| * QV4Engine: Do not construct invalid QVariantFabian Kosmale2020-02-071-19/+21
* | Avoid cast from ASCII in qv4engine warning messageFawzi Mohamed2020-02-121-2/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-1/+24
|\|
| * Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-311-1/+24
* | Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-231-1/+2
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-1/+98
|\|
| * QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-01-071-1/+4
| * QV4::ExecutionEngine: provide QNAM accessorFabian Kosmale2020-01-031-0/+5
| * QV4Engine: support conversion of QJSValue to SequenceTypeFabian Kosmale2019-12-201-0/+89
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-171-1/+1
|\|
| * Remove use of wrapper macros for feature detectionTor Arne Vestbø2019-12-161-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-0/+6
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-0/+6
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-281-0/+7
| | |\
| | | * Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-261-0/+7
* | | | V4: Provide an environment variable to disable runtime stack size checksUlf Hermann2019-09-171-6/+10
|/ / /
* | | Remove some unneeded includesUlf Hermann2019-07-081-2/+0
* | | Add environment variable for configure maxJSStackSize and maxGCStackSizeMikhail Svetkin2019-06-281-7/+26
* | | Simplify errors and diagnosticsUlf Hermann2019-06-141-2/+3
* | | Remove qqmlmemoryprofiler*Ulf Hermann2019-06-131-2/+0
* | | Clean up frozen(), sealed(), nonExtensible() and propertiesFrozen()Ulf Hermann2019-05-311-6/+4
* | | Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-6/+8
* | | Remove last traces of QV8EngineUlf Hermann2019-05-081-2/+218
* | | Move compileModule() into qv4codegen.cppUlf Hermann2019-05-081-58/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-011-1/+1
| |\|
| | * Fix maximum call stack depth for clang ASAN buildsSimon Hausmann2019-04-291-1/+1
* | | Remove tracing JIT infrastructureUlf Hermann2019-04-291-9/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-291-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-271-1/+1
| |\|
| | * Fix maximum call stack depth limits for ASAN buildsSimon Hausmann2019-04-261-1/+1
* | | Transform V4_ENABLE_JIT into a featureUlf Hermann2019-04-251-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-0/+4
|\| |
| * | 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-161-3/+2
* | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-2/+2
* | | Add another helper function for stack extractionhjk2019-04-081-0/+6
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-291-5/+11
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-281-5/+11
| |\|