aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/tst_qqmlecmascript.cpp
Commit message (Expand)AuthorAgeFilesLines
* qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-021-0/+77
* Introduce type based overload of Qt.createComponentFabian Kosmale2022-11-281-2/+2
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-131-82/+82
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-16/+16
* V4: Make ExecutionEngine::toVariant() staticUlf Hermann2022-09-201-1/+1
* Fix alias to inline component typeFabian Kosmale2022-09-081-0/+19
* Qml: Allow const and non-const QObjectWrappers to coexistUlf Hermann2022-09-071-5/+56
* Engine: Fix handling of attached objects in function callsFabian Kosmale2022-09-021-0/+20
* Integrate property binding evaluation fix from qtbaseFabian Kosmale2022-09-011-0/+23
* V4: Mark InternalClass parents when running GCUlf Hermann2022-08-031-0/+11
* Fix array-like methods on V4 sequencesUlf Hermann2022-07-191-6/+8
* UrlObject: Add colon after schemeLeticia Valladares2022-07-141-4/+56
* QML engine: Let string match QUrl during overload resolutionFabian Kosmale2022-07-121-0/+14
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-28/+3
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+3
* Generalize QQmlAbstractBinding::isValueTypeProxy()Ulf Hermann2022-04-251-1/+1
* V4 Date: Support another nonstandard date format QDateTime has droppedUlf Hermann2022-02-031-0/+3
* Rename "Basic Types" to "Value Types"Ulf Hermann2022-01-211-4/+4
* qqmltypecompiler: Be conservative in enum optimizationFabian Kosmale2021-11-261-0/+1
* QML/JS: Reject yield expression not directly in generator functionsFabian Kosmale2021-11-181-0/+14
* Handle function as default arguments in toplevel functionsFabian Kosmale2021-11-101-0/+11
* Allow ImmediatePropertyNames in addition to DeferredPropertyNamesUlf Hermann2021-10-281-0/+56
* QV4::QObjectWrapper: Improve overload resolutionUlf Hermann2021-10-211-0/+41
* Fix autotest private API part compilation for INTEGRITYTatiana Borisova2021-10-111-0/+4
* QQmlObjectCreator: Correctly remove overwritten bindingsFabian Kosmale2021-10-051-0/+10
* Fix scoping of JavaScript function namesUlf Hermann2021-09-291-0/+76
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-2/+10
* tst_qqmlecmascript: Test that deferred names gets overwrittenMaximilian Goldstein2021-08-311-0/+12
* tst_qqmlecmascript: Check that parent can defer child class propertiesFabian Kosmale2021-08-261-0/+15
* tst_qqmlecmascript: Test that it is possible to defer parent propertiesFabian Kosmale2021-08-251-0/+14
* QQmlObjectCreator: Add scripts also to context of inline componentsFabian Kosmale2021-08-051-0/+11
* QV4::Heap::GeneratorObject: remove unused memberFabian Kosmale2021-08-021-0/+10
* Use QV4::Scope::hasException() where applicableUlf Hermann2021-06-301-6/+6
* Evaluate type assertions in QMLUlf Hermann2021-05-261-0/+28
* Make QDate handling consistent in its use of UTCEdward Welbourne2021-05-181-27/+19
* Make tst_qqmlecmascript::dateParse() more thoroughEdward Welbourne2021-05-111-0/+5
* Make a UTC time test more thorough and coherentEdward Welbourne2021-05-111-2/+3
* Clean up tst_qqmlecmascript: don't leak on failureEdward Welbourne2021-05-111-1147/+933
* Apply constant binding removal optimization to QProperty bindingsFabian Kosmale2021-05-101-0/+8
* QQmlPropertyBinding: Call RESET every time binding evaluates to undefinedFabian Kosmale2021-04-221-0/+36
* Adjust to QProperty using eager evaluationFabian Kosmale2021-04-191-2/+2
* Implement optional chainingMaximilian Goldstein2021-04-131-0/+87
* Adjust to QObjectCompatProperty API changesFabian Kosmale2021-04-081-3/+3
* QV4QObjectWrapper: Store the whole signalFabian Kosmale2021-04-011-0/+8
* QV4::Engine::toVariant: Use metatype instead of metatype idFabian Kosmale2021-03-251-1/+1
* Clean up JSCallData setupUlf Hermann2021-03-171-9/+9
* QQmlPropertyBinding: handle resetFabian Kosmale2021-03-151-0/+80
* qv4generatorobject: Fix crash when creating new propertiesMaximilian Goldstein2021-03-081-0/+16
* QML engine: Handle const QObject pointer correctlyFabian Kosmale2021-03-011-0/+32