aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-05-021-0/+11
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-011-0/+11
| |\
| | * Yarr: Reject quantifiers larger than 16MUlf Hermann2019-04-301-0/+11
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-231-0/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-191-0/+10
| |\|
| | * Don't crash when accessing invalid properties through QObjectWrapperUlf Hermann2019-04-181-0/+10
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-101-0/+17
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta2Qt Forward Merge Bot2019-04-091-0/+17
| |\|
| | * Avoid INT_MIN % -1 and INT_MIN / -1Ulf Hermann2019-04-081-0/+17
* | | Fix deprecation warnings about QVariant APIFriedemann Kleint2019-04-081-5/+5
* | | Merge remote-tracking branch 'origin/5.13' into HEADUlf Hermann2019-03-221-5/+39
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-5/+17
| |\|
| | * Implement dummy QML lookups for "global" variablesSimon Hausmann2019-03-201-5/+5
| | * Baseline JIT: Save accumulator in toInt32LhsAcc()Ulf Hermann2019-03-191-0/+12
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-181-0/+22
| |\|
| | * Don't keep raw pointers to SparseArrayNodeUlf Hermann2019-03-141-0/+22
* | | Support QRegularExpression on the same level as QRegExpUlf Hermann2019-03-201-0/+19
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-151-0/+38
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-0/+38
| |\|
| | * Disable tail calls for function called with more arguments than formalsUlf Hermann2019-03-041-0/+13
| | * Unify and fix number to string conversion with radixUlf Hermann2019-02-251-0/+16
| | * V4: Rotate loop in ArrayPattern and eliminate "done" labelErik Verbruggen2019-02-251-0/+9
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-081-4/+4
|\| |
| * | QtDeclarative: replace deprecated functionsChristian Ehrlicher2019-03-041-4/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-251-18/+24
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-221-18/+24
| |\|
| | * Only warn about incompatible parameter types passed from QMLUlf Hermann2019-02-211-18/+24
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-211-24/+18
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-201-24/+18
| |\|
| | * Check parameter types when invoking C++ functions from QMLUlf Hermann2019-02-171-24/+18
* | | V4: Clean up the runtime functions declarationsErik Verbruggen2019-02-051-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-291-1/+2
|\|
| * MemoryManager: Only clear weak values onceUlf Hermann2019-01-231-1/+2
* | QML: Special case null as binding typeUlf Hermann2019-01-211-0/+7
|/
* Quote stringified generic variants on JSON.stringifyUlf Hermann2018-12-201-1/+2
* QML Lexer: Stop scanning template literals on closing '`'v5.12.0-rc2v5.12.0-rc1v5.12.0Ulf Hermann2018-11-191-0/+9
* Expose let/const variables from imported JS scriptsJüri Valdmann2018-11-021-2/+2
* Fix a crash when allocating huge memory segmentsLars Knoll2018-11-021-0/+12
* Add test for importing let/const variables from scriptsJüri Valdmann2018-10-221-0/+34
* Fix logic error in JSCodeGen::fallbackNameLookup()Lars Knoll2018-09-051-1/+1
* Fix TDZ check for referencesLars Knoll2018-08-291-0/+14
* Unify the get and getIndexed vtable functions of QV4::ObjectLars Knoll2018-07-021-2/+2
* Improve error messageRainer Keller2018-07-021-2/+2
* Fix some of the finer details with regards to CompletionsLars Knoll2018-06-211-2/+2
* Ensure we read context properties before the global objectLars Knoll2018-06-171-0/+8
* Remove bindings that have no dependenciesSimon Hausmann2018-05-161-1/+33
* Isolate the different tests from each otherLars Knoll2018-05-141-29/+264
* Throw type errors when attempting to mutate read-only sequence propertiesSimon Hausmann2018-05-021-0/+10
* Make sure we call Codegen::defineFunction with proper argumentsLars Knoll2018-05-021-16/+16
* Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-021-3/+3