aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4engine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.12' into tqtc/lts-5.15-ope...v5.15.12-lts-lgplTarja Sundqvist2023-10-111-0/+19
|\
| * QV4: Avoid memory corruption in Reflect.applyFabian Kosmale2022-12-051-0/+19
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-091-7/+10
|\|
| * V4: Account for the guard pages when allocating stack spaceUlf Hermann2022-09-091-6/+9
| * V4: Mark InternalClass parents when running GCUlf Hermann2022-08-291-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.9' into tqtc/lts-5.15-open...v5.15.9-lts-lgplTarja Sundqvist2023-03-231-0/+4
|\|
| * Adjust default max call depth for QNXUlf Hermann2022-01-261-0/+4
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-241-20/+20
|/
* Update commercial license headersTarja Sundqvist2021-02-021-20/+20
* 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