aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine
Commit message (Expand)AuthorAgeFilesLines
* Fix string replacement with invalid capturesUlf Hermann2019-04-151-0/+28
* Scope intermediate values when allocating objectsUlf Hermann2019-03-271-0/+13
* V4: Do not invert non-reflexive comparison binopsErik Verbruggen2019-03-211-0/+10
* Bring behavior of String.replace() in line with other enginesLars Knoll2019-01-251-0/+59
* Annotate stack traces when frames are elided through tail callsErik Verbruggen2019-01-151-0/+16
* 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
|\|
| * Warn about non spec compliant extension being usedLars Knoll2018-04-111-2/+2
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-281-68/+0
|\|
| * Use a separate process for testing perf.map fileUlf Hermann2018-03-271-68/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-211-0/+82
|\|
| * Fix out of bounds reads in Array.concatLars Knoll2018-03-201-0/+14
| * Restore the QV4_WRITE_PERF_MAP featureUlf Hermann2018-03-191-0/+68
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-271-31/+25
|\|
| * init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-17/+11
| * use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-14/+14
* | Add support for parsing of binary and octal numbersLars Knoll2018-02-081-0/+35
|/
* Fix QJSEngine::evaluate regressionErik Verbruggen2017-12-141-0/+18
* Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-0/+23
|\
| * Fix reuse of regexp objects by regexp literalsAllan Sandfeld Jensen2017-09-081-0/+23
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-211-0/+15
|\|