aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition in QQmlData::createPropertyCacheFabian Kosmale2020-06-091-0/+23
* V4: Avoid integer overflow in DataViewCtorFabian Kosmale2020-04-211-0/+16
* 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
* Fix deployment of QtQuick for Android with dummy_imports.qmlJan Arve Sæther2019-08-211-0/+8
* 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
* | | QV4Engine: Unify fromValue and metaTypeToJSRobin Burchell2019-03-211-4/+88
* | | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-15/+97
|/ /
* | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-03-041-12/+12
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-291-0/+59
|\|
| * Bring behavior of String.replace() in line with other enginesLars Knoll2019-01-251-0/+59
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-221-0/+16
|\|
| * Annotate stack traces when frames are elided through tail callsErik Verbruggen2019-01-151-0/+16
* | Use custom debug stream operator in console.logMårten Nordheim2018-11-081-1/+1
|/
* Add convenience functions for creating and inspecting error objectsAllan Sandfeld Jensen2018-10-301-3/+60
* Fix translation contexts for paths with drive letters on WindowsErik Verbruggen2018-10-151-0/+69
* Fix error reporting when imports or re-exports in modules failSimon Hausmann2018-10-114-1/+22
* QML Engine: Support for JavaScript PromisesValery Kotov2018-10-111-0/+1
* Fix use of lexically scoped variables in modulesSimon Hausmann2018-09-233-1/+19
* Add support for WeakSetLars Knoll2018-08-281-0/+1