aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * QML: clear the property cache on QObjectWrapper destuctionErik Verbruggen2017-04-191-0/+15
* | Add String.prototype.repeat from ECMAScript 6Robin Burchell2017-02-091-0/+1
* | DatePrototype: In ES6, this is an Object, not a DateObjectRobin Burchell2017-02-071-8/+0
* | Date.prototype: Fixes for ES6 complianceRobin Burchell2017-02-071-1/+1
|/
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-141-0/+8
|\
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-281-0/+8
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.75.7Liang Qi2016-11-251-0/+8
| | |\
| | | * Improved robustness of the optimizer when removing expressionsSimon Hausmann2016-11-221-0/+8
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-121-0/+14
| | |\|
* | | | Add ECMAScript 6 Array find and findIndex methodsKai Uwe Broulik2016-11-101-0/+2
* | | | Merge remote-tracking branch 'origin/5.8' into devJ-P Nurmi2016-11-031-0/+18
|\| | |
| * | | Fix crash when loop peeling and basic block mergingSimon Hausmann2016-10-251-0/+18
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-221-0/+17
|\| | |
| * | | Fix crash with v4 lookups on changing objectsSimon Hausmann2016-10-221-0/+17
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-181-0/+23
|\| | |
| * | | Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-131-0/+14
| |\ \ \ | | | |/ | | |/|
| | * | Fix corruption when adding or changing properties of JS objectsArnaud Vrac2016-10-101-0/+14
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-101-0/+9
| |\ \ \ | | | |/ | | |/|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-301-0/+9
| | |\|
| | | * Fix crash on Array.prototype.join.call(0)Robin Burchell2016-09-291-0/+9
* | | | V4: Use QLocale::IncludeTrailingZeroesAfterDot for number conversionUlf Hermann2016-09-161-0/+15
|/ / /