aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4qobjectwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Move QMetaObjectWrapper into separate header/impl filesUlf Hermann10 days1-116/+8
* QtQml: do not obtain the stack trace twice in CallPrecise()Vladimir Belyavsky2024-04-221-1/+1
* V4: Handle all array-like containers when converting to QJsonArrayOlivier De Cannière2024-04-221-2/+2
* QtQml: Add a wrapper builtin for QQmlV4Function*Ulf Hermann2024-04-121-1/+1
* Prepare for white allocations (7/9): QQuick(Window|View)Fabian Kosmale2024-03-051-1/+23
* Prepare for white allocations during gc (1/9): Write barrier for LookupsFabian Kosmale2024-03-051-1/+2
* QtQml: Make QLocale an actual value typeUlf Hermann2024-03-021-7/+0
* QtQml: Do not construct strings where we don't need toUlf Hermann2024-02-261-5/+9
* QtQml: Re-allow manual calling of signal handlersUlf Hermann2024-02-131-0/+22
* QtQml: Clear context objects more thoroughly on destructionUlf Hermann2024-02-011-3/+1
* QtQml: Do not call signal handlers on half-deleted objectsUlf Hermann2024-01-171-1/+3
* QtQml: Clear stale compilation units more thoroughlyUlf Hermann2024-01-111-1/+10
* QtQml: Remove QQmlTypeLoader from QQmlImportUlf Hermann2024-01-111-13/+18
* Compiler: Guard against null dereference when ignoring function returnOlivier De Cannière2024-01-091-7/+9
* QQmlConnections: Allow connections to C++-defined methodsUlf Hermann2023-11-291-3/+3
* Fix build with -no-feature-qml-localeTasuku Suzuki2023-11-241-0/+2
* Detect slot object if explicitly providedFabian Kosmale2023-11-151-2/+20
* QtQml: Optimize reading properties into V4 valuesUlf Hermann2023-11-151-25/+129
* QML: Implement QObjectMethod::virtualCallWithMetaTypesUlf Hermann2023-09-281-1/+188
* QtQml: Reset context object when destroying it from QObjectWrapperUlf Hermann2023-08-221-0/+2
* QV4::QObjectWrapper: Use the object's actual meta typeKai Uwe Broulik2023-08-221-4/+2
* QV4::QObjectWrapper: Remove superfluous loopKai Uwe Broulik2023-08-191-7/+5
* QML: Make notify list thread safeUlf Hermann2023-08-101-1/+1
* QML: Allow conversion from JS Array to QByteArrayUlf Hermann2023-08-081-0/+4
* QML: When marking a QObjectWrapper, also mark its const counterpartUlf Hermann2023-07-261-3/+31
* QML: Unify treatment of wrappers when dealing with QObjectMethodUlf Hermann2023-07-121-88/+91
* QtQml: Fix validation when calling methods with different 'this'Ulf Hermann2023-07-071-1/+5
* QML: Check result when constructing object from metaobjectUlf Hermann2023-07-061-3/+5
* QML: Un-specialcase QStringList and QVariantList conversionUlf Hermann2023-06-301-6/+6
* Qml: Better encapsulate QmlListWrapperUlf Hermann2023-06-261-1/+1
* ResolveOverloaded: change qCInfo to qCDebugOlaf Mandel2023-06-231-17/+17
* QtQml: Rename qmlobject_can_castUlf Hermann2023-06-221-2/+2
* QML: Fix overload resolution for QObject* typesUlf Hermann2023-06-091-2/+31
* QML: Call value type ctors with derived types of formal parameterUlf Hermann2023-06-081-14/+30
* QML: Re-add QMetaType::convert() attempt for argument conversionUlf Hermann2023-06-081-1/+5
* QObjectWrapper: Use metaTypeFromJS for call argumentsUlf Hermann2023-06-051-29/+2
* QtQml: Fix typo in warning messageUlf Hermann2023-06-051-1/+1
* QML: Maintain invariant between QObjectMethod membersUlf Hermann2023-05-111-3/+19
* Properly support lists as method argumentsUlf Hermann2023-05-091-0/+5
* QML: Don't crash when monitoring binding removalUlf Hermann2023-05-051-7/+19
* QML: Allow some more backing types for enumsFabian Kosmale2023-04-121-1/+1
* QmlCompiler: Support more integer typesUlf Hermann2023-03-301-1/+1
* QML: Add a pragma for value type behaviorUlf Hermann2023-01-201-8/+18
* QObjectWrapper: fix QT_ASCII_CAST_WARNINGMarc Mutz2023-01-031-1/+4
* QObjectWrapper: Fix calling attached methods on different objectsUlf Hermann2023-01-021-35/+137
* QML: Add an accurate stack bounds checkerUlf Hermann2022-12-091-4/+7
* qv4qobjectwrapper: return false on failed argument conversionSami Shalayel2022-12-021-1/+1
* QQmlMetaObjectWrapper: A metaobject is not equal to a non-metaobjectUlf Hermann2022-12-021-8/+4
* QJSEngine: Optimize conversion from QObject* to QStringUlf Hermann2022-11-221-29/+36
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-201-2/+1