aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-291-0/+11
* QML/JS: Reject yield expression not directly in generator functionsFabian Kosmale2022-05-071-0/+14
* Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-121-0/+10
* QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-021-0/+10
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-081-0/+16
* QML: Fix proxy iterationFabian Kosmale2020-12-231-0/+10
* Fix crash when calling hasOwnProperty() on proxy objectRichard Weickelt2020-11-251-1/+30
* Give a better score for methods with a convertable type when matchingAndy Shaw2020-07-071-0/+14
* Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-03-021-1/+1
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-061-5/+4
|\
| * Enable conversion from QJSValues containing arrays to container typesFabian Kosmale2020-01-311-5/+4
* | QV4: Handle value tyes in sameValue algorithmFabian Kosmale2020-02-041-0/+31
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-0/+49
|\|
| * QV4MM: Fix crash caused by MarkStack overflowFabian Kosmale2020-01-071-0/+49
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-091-0/+13
|\|
| * Compiler: Support >32k stack slotsUlf Hermann2019-12-051-0/+13
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-111-0/+80
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-10-101-0/+80
| |\
| | * Be more fussy about the MakeDay() calculationEdward Welbourne2019-10-081-0/+80
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-53/+54
|\| |
| * | tst_qqmlecmascript: Don't leak created objectsUlf Hermann2019-10-011-50/+51
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-171-3/+3
| |\|
| | * tst_qqmlecmascript: Cast pointer to unsigned for printingUlf Hermann2019-09-121-3/+3
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-09-051-0/+11
|\| |
| * | Allow semicolon after property declarationFabian Kosmale2019-09-031-0/+11
* | | qqmljs.g: reduce number of conflictsFabian Kosmale2019-09-031-0/+2
|/ /
* | Support top level generator functionsFabian Kosmale2019-07-231-0/+23
* | Fix qqmlecmascript failures for AndroidJan Arve Sæther2019-07-191-3/+3
* | Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-041-0/+13
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-031-0/+13
| |\
| | * Fix bindings not being re-evaluated when changing context propertySimon Hausmann2019-07-011-0/+13
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-011-0/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-0/+12
| |\|
| | * Fix thisObject when calling scope and context properties through lookupsUlf Hermann2019-06-261-0/+12
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-06-111-0/+50
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-261-0/+50
| |\|
| | * Fix lookups of properties in QML singletonsSimon Hausmann2019-05-211-0/+50
* | | tst_qqmlecmascript: add expected warningDavid Faure2019-05-311-1/+3
* | | 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
|\| |