aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...v5.15.4-lts-lgplTarja Sundqvist2022-04-073-13/+13
|\
| * Assert that pointer is non-nullFabian Kosmale2021-04-151-0/+2
| * qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-082-13/+11
* | Revert "Update commercial license headers"v5.15.3-lts-lgplTarja Sundqvist2021-03-24141-2896/+2896
|/
* QV4 Engine: Remove MSVC special casingFabian Kosmale2021-02-103-18/+2
* Update commercial license headersTarja Sundqvist2021-02-02141-2896/+2896
* Cache static compilation unitsUlf Hermann2021-01-143-12/+61
* masm: Add error handling for failed mprotect()Ulf Hermann2021-01-121-1/+4
* JIT: When making memory writable, include the exception handlerUlf Hermann2020-12-263-6/+22
* QML: Fix proxy iterationFabian Kosmale2020-12-231-2/+6
* qv4qmlcontext: Fix bounded signal expressions when debuggingMaximilian Goldstein2020-12-041-2/+2
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-251-4/+6
* Fix -Wdeprecated-copy warningsFabian Kosmale2020-08-121-5/+3
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-071-1/+4
* qv4dateobject.cpp: USE_QTZ_SYSTEM_TIMEZONE on more platformsUlf Hermann2020-06-251-2/+19
* Don't return a pointer to a local in QObjectWrapper::getQmlProperty()Ulf Hermann2020-06-021-1/+1
* QV4Engine: Fix type conversionFabian Kosmale2020-05-191-1/+12
* Fix warning -Wxor-used-as-powMÃ¥rten Nordheim2020-05-191-1/+1
* Check in even more places for exceptionsFabian Kosmale2020-05-184-3/+8
* V4: Avoid integer overflow in DataViewCtorFabian Kosmale2020-04-211-1/+1
* QML: Avoid cyclic references between ResolvedTypeRefence and CUUlf Hermann2020-03-252-33/+79
* 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-032-0/+8
|\
| * Fix build with -no-feature-networkUlf Hermann2020-02-242-0/+8
* | Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-024-10/+11
* | Revert "error -> networkError to fix deprecation warning"Timur Pocheptsov2020-02-281-1/+1
* | error -> networkError to fix deprecation warningFawzi Mohamed2020-02-271-1/+1
* | V4: Fix mark stack overrunsUlf Hermann2020-02-274-37/+11
* | Revert "Replace call to deprecated QNetworkReply::error method"Timur Pocheptsov2020-02-241-1/+1
* | 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
* | QV4: Handle value tyes in sameValue algorithmFabian Kosmale2020-02-041-0/+4
* | Reduce Qt Declarative's use of QDateTime's locale-dependent APIsFabian Kosmale2020-01-301-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-2915-39/+95
|\|
| * V4: Check for exceptions before we use the result of a JS callUlf Hermann2020-01-2315-39/+94
| * ArrayPrototype::method_filter: Check for exception after callbackUlf Hermann2020-01-231-0/+1
* | Long live QML inline componentsFabian Kosmale2020-01-232-17/+131
* | Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-231-1/+2
* | Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-173-14/+14
* | Replace call to deprecated QNetworkReply::error methodFabian Kosmale2020-01-171-1/+1
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-141-1/+3
|\|
| * SequenceObject: Better message when trying to write readonly containerUlf Hermann2020-01-091-1/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-0913-14/+138
|\|
| * V4: Avoid integer overflow on typed array length checkUlf Hermann2020-01-081-2/+5
| * Check stack limit in FunctionPrototype::method_apply()Ulf Hermann2020-01-081-1/+7