aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine/tst_qjsengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* QJSEngine: Add a function to throw a pre-generated error objectUlf Hermann2021-01-221-2/+4
* Allow checking for and catching errors from QJSEngineUlf Hermann2020-12-071-0/+14
* QtQml: Integrate sequences with registration macrosUlf Hermann2020-11-111-6/+64
* Update MetaType things in testsDavid Skoland2020-11-041-4/+5
* QJSEngine: provide a way to check if an exception was thrownFabian Kosmale2020-09-021-0/+21
* Fix QtQml after QMetaType/QVariant changes in Qt CoreLars Knoll2020-08-281-1/+1
* Remove deprecated function QJSValue::engineFabian Kosmale2020-08-261-3/+0
* Adapt to qtbase changesFabian Kosmale2020-08-231-7/+7
* tst_qjsengine: Fix comparison related failuresFawzi Mohamed2020-08-201-3/+8
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-051-0/+23
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-05-151-0/+16
|\
| * V4: Avoid integer overflow in DataViewCtorFabian Kosmale2020-04-211-0/+16
* | Implement URLSearchParamsMaximilian Goldstein2020-05-061-0/+1
* | Implement URL objectMaximilian Goldstein2020-04-081-0/+1
* | Remove QRegExp from qml autotestsLars Knoll2020-04-031-109/+15
* | Improve conversion between JS RegExp and QRegularExpressionLars Knoll2020-04-031-1/+56
* | Store a QV4::ReturnedValue in QJSValueUlf Hermann2020-03-181-4/+2
|/
* Fix deprecation warning against QDateTime(QDate)Edward Welbourne2020-02-181-4/+4
* Add Qt.uiLanguage and QJSEngine::uiLanguage propertiesSimon Hausmann2020-01-231-0/+29
* Replace QVariant::type with QVariant::userTypeOlivier Goffart2020-01-171-4/+4
* V4: Avoid integer overflow on typed array length checkUlf Hermann2020-01-081-0/+36
* Check stack limit in FunctionPrototype::method_apply()Ulf Hermann2020-01-081-0/+13
* V4: Don't crash when iterating invalid Proxy objectsUlf Hermann2020-01-081-0/+15
* V4: Don't crash when sorting arrays with non-stringifyable entriesUlf Hermann2020-01-081-0/+12
* QV4: Support printing arrays with circular referencesFabian Kosmale2020-01-071-0/+13
* QV4: Array.includes: Support large arraysFabian Kosmale2020-01-071-0/+12
* QV4: Check recursion limit in toStringFabian Kosmale2020-01-071-0/+22
* V4: Catch error when compiling broken RegExpsUlf Hermann2020-01-071-0/+17
* V4: Fix sorting of sparse arraysUlf Hermann2020-01-061-0/+21
* Avoid oob access on Array.concatUlf Hermann2020-01-061-0/+21
* Make ScopedValue's CHECK_EXCEPTION also check isInterruptedUlf Hermann2019-10-161-0/+1
* Remove the last usages of deprecated APIsSona Kurazyan2019-08-201-0/+7
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-261-0/+15
|\
| * V4: Add label for loop in spread in ArrayPatternErik Verbruggen2019-07-171-0/+15
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-141-0/+18
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-131-0/+18
| |\
| | * JIT: Don't store accumulator on getTemplateLiteralUlf Hermann2019-06-121-0/+18
* | | Remove unused includes and Q_DECLARE_METATYPEs re: QLinkedListMarc Mutz2019-06-061-2/+0
* | | Skip tst_qjsengine test 'interrupt' if c++11_futures feature unavailableDaniel Smith2019-06-061-0/+4
* | | Make JavaScript execution interruptibleUlf Hermann2019-04-301-0/+79
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-181-0/+28
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-171-0/+28
| |\|
| | * Fix string replacement with invalid capturesUlf Hermann2019-04-151-0/+28
* | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-291-0/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-281-0/+13
| |\|
| | * Scope intermediate values when allocating objectsUlf Hermann2019-03-271-0/+13
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-261-0/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-251-0/+10
| |\|
| | * V4: Do not invert non-reflexive comparison binopsErik Verbruggen2019-03-211-0/+10