aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement support for WeakMapLars Knoll2018-08-281-0/+1
* Partial Atomics supportLars Knoll2018-08-261-0/+1
* Implement support for SharedArrayBufferLars Knoll2018-08-251-0/+1
* Add API to QJSEngine for importing ECMAScript modulesSimon Hausmann2018-08-163-0/+58
* Cleanup RegExpObjectLars Knoll2018-08-151-7/+3
* Fix a bunch of test failures for Function.prototype.toString()Lars Knoll2018-08-011-2/+2
* JS: Encode result of Math.min and Math.max as int when possibleErik Verbruggen2018-07-131-0/+17
* Add QJSEngine::throwError() method to report run-time errorsRichard Weickelt2018-07-021-0/+35
* Partial Proxy supportLars Knoll2018-06-251-0/+1
* Add support for ReflectLars Knoll2018-06-211-0/+1
* Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-0/+10
|\
| * Fix a crash in the modulus operationLars Knoll2018-05-281-0/+10
* | Add the start of a Map from ES7Robin Burchell2018-06-011-0/+1
* | Add the start of a Set from ES7Robin Burchell2018-05-301-0/+1
* | Fix multi line string literals using backquotesLars Knoll2018-05-261-0/+12
* | Merge remote-tracking branch 'origin/5.11' into devLars Knoll2018-05-241-0/+18
|\|
| * Fix crash when modifying objects used as prototypesLars Knoll2018-05-231-0/+18
* | Print function identifier when calling toString() on a functionMitch Curtis2018-05-231-0/+27
* | Add test case for delete inside a for-in loopSimon Hausmann2018-05-111-0/+15
* | Partial Symbol supportLars Knoll2018-05-021-0/+1
* | Add support for proper lexical scopingLars Knoll2018-05-021-5/+2
* | Don't fail on pre increment operator after a newlineLars Knoll2018-04-271-0/+15
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-181-0/+13
|\|
| * Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-0/+13
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-121-2/+2
|\|