aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qjsengine/tst_qjsengine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a crash in the modulus operationLars Knoll2018-05-281-0/+10
* Fix crash when modifying objects used as prototypesLars Knoll2018-05-231-0/+18
* Fix calling Qt.binding() on bound functionsLars Knoll2018-04-161-0/+13
* Warn about non spec compliant extension being usedLars Knoll2018-04-111-2/+2
* Use a separate process for testing perf.map fileUlf Hermann2018-03-271-68/+0
* 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
* 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
* 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
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-08-261-0/+9
|\| |
| * | V4: Correctly format on Number.toPrecision(n)Ulf Hermann2016-08-231-0/+9
* | | QJSValue: Adapt to introduction of QMetaType::NullptrChristian Kandeler2016-08-081-0/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-0/+9
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-0/+9
| |\|
| | * Fix crash when using with statement with an expression that throwsSimon Hausmann2016-06-071-0/+9
* | | Add QJSEngine::newQMetaObjectCorentin Jabot2016-06-051-0/+99
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-0/+15
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+15
| |\|
| | * Fix memory corruption when calling Array.unshift()Simon Hausmann2016-04-141-0/+15
* | | Add some ECMAScript 6 Number and Math methods and propertiesKai Uwe Broulik2016-04-281-0/+48
* | | Add string search functions from ECMAScript 2015.Michael Brasser2016-04-251-0/+3
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-191-0/+26
|\|
| * Fix crash in Installer Framework when used with Qt 5.6Simon Hausmann2016-02-021-0/+26
* | Updated license headersJani Heikkinen2016-01-201-17/+12
|/
* Add extension API to QJSEngineMitch Curtis2015-09-251-3/+116