qtdeclarative/tests/auto/qml/qqmlecmascript/data
Ulf Hermann d3b3fef5a8 Qml: Allow const and non-const QObjectWrappers to coexist
We can access the same QObject in const and non-const contexts. Both
should be possible. Store the const objectwrapper in
m_multiplyWrappedObjects. That's somewhat slow, but const QObjects are
rather rare.

Pick-to: 6.4
Fixes: QTBUG-98479
Change-Id: I047afc121f5c29b955cd833e0a2c8299fc52b021
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
2022-09-07 16:57:16 +02:00
..
aliasreset
changeslots
js
jsimport
jsimportfail
lib/com/qt/JsModule
qtbug60547
remote/com/qt/JsRemoteModule
singletontype
AliasBindingsAssignCorrectlyType.qml
AliasBindingsOverrideTargetType.qml
AliasBindingsOverrideTargetType3.qml
AliasToCompositeElementType1.qml
AliasToCompositeElementType2.qml
BaseComponent.qml
BaseComponent2.qml
ComponentWithVarProp.qml
ConstantsOverrideBindings.qml
ContainerComponent.qml
ContentComponent.qml
CustomObject.qml
DeleteRootObjectInCreationComponentBase.qml
DeleteRootObjectInCreationComponentDerived.qml
DestructionHelper.qml
ElementAssignType.qml
HRMDPComponent.qml
InnerObject.qml
LazyBindingComponent.qml
Lib.js QQmlObjectCreator: Add scripts also to context of inline components 2021-08-05 19:20:41 +02:00
MethodsObject.qml
MyDeferredComponent.qml
MyDeferredComponent2.qml
NestedTypeTransientErrors.qml
NullObjectInitializerBase.qml
ObjectWithId.qml Allow ImmediatePropertyNames in addition to DeferredPropertyNames 2021-10-28 17:49:52 +02:00
OnDestructionComponent.qml
OuterObject.qml
PreNamed.qml QQmlObjectCreator: Correctly remove overwritten bindings 2021-10-05 21:29:41 +02:00
PropertyQJSValueBaseItem.qml
PropertyVarBaseItem.qml
PropertyVarCircularComponent.qml
PropertyVarCircularComponent2.qml
PropertyVarCircularComponent3.qml
PropertyVarCircularComponent4.qml
PropertyVarCircularComponent5.qml
PropertyVarInheritanceComponent.qml
PropertyVarOwnershipComponent.qml
QPropertyBase.qml QML engine: Fix binding setup 2020-12-03 21:46:24 +01:00
QPropertyOverwrite.qml QML engine: Fix binding setup 2020-12-03 21:46:24 +01:00
QQmlDataDestroyedComponent.qml
QQmlDataDestroyedComponent2Base.qml
QQmlDataDestroyedComponent2Derived.qml
RootObject.qml
ScarceResourceSignalComponentVar.qml
ScarceResourceSignalComponentVariant.qml
ScarceResourceVarComponent.qml
Scope6Nested.qml
ScopeObject.qml
SequenceConversionComponent.qml
SignalEmittedComponent.qml
SingletonLookupTest.qml
SpuriousWarning.qml
SubObject.qml
TypeForDynamicCreation.qml
Types.js
accessUnregisteredQObjectProperty.qml
aliasBindingsAssignCorrectly.qml
aliasBindingsOverrideTarget.2.qml
aliasBindingsOverrideTarget.3.qml
aliasBindingsOverrideTarget.qml
aliasOfQProperty.qml Fix QProperty property interaction with aliases 2020-10-12 17:50:07 +02:00
aliasPropertyAndBinding.qml
aliasToCompositeElement.qml
aliasWritesOverrideBindings.2.qml
aliasWritesOverrideBindings.3.qml
aliasWritesOverrideBindings.qml
asCast.qml Evaluate type assertions in QML 2021-05-26 14:46:39 +02:00
assignDate.1.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
assignDate.2.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
assignDate.3.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
assignDate.4.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
assignDate.5.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
assignDate.6.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
assignDate.qml Report what failed in a QML test's JavaScript 2021-05-18 16:24:32 +02:00
assignFunctionThroughAliasToVarProperty.qml QML engine: Fix writing function to property through alias 2021-01-18 13:20:12 +01:00
assignSequenceTypes.1.qml
assignSequenceTypes.2.qml
assignSequenceTypes.3.qml
assignSequenceTypes.4.qml
assignSequenceTypes.5.qml
assignSequenceTypes.6.qml
assignSequenceTypes.7.qml
assignSequenceTypes.8.qml
assignValueTypes.2.qml Rename "Basic Types" to "Value Types" 2022-01-21 01:23:59 +01:00
assignValueTypes.qml Rename "Basic Types" to "Value Types" 2022-01-21 01:23:59 +01:00
attachedProperty.2.qml
attachedProperty.qml
attachedPropertyScope.qml
automaticSemicolon.qml
bindingBoundFunctions.qml
bindingContainingQProperty.qml Handle QProperty inside bindings 2020-09-21 15:20:17 +02:00
bindingLoop.qml
bindingLoopEagerEager.qml QQmlPropertyBinding: improve error reporting 2021-01-25 11:21:42 +01:00
bindingLoopEagerLazy.qml QQmlPropertyBinding: improve error reporting 2021-01-25 11:21:42 +01:00
bindingLoopEagerOld.qml QQmlPropertyBinding: improve error reporting 2021-01-25 11:21:42 +01:00
bindingLoopLazyEager.qml QQmlPropertyBinding: improve error reporting 2021-01-25 11:21:42 +01:00
bindingLoopLazyLazy.qml QQmlPropertyBinding: improve error reporting 2021-01-25 11:21:42 +01:00
bindingOnQProperty.qml Implement support for property observers 2020-04-03 07:04:26 +02:00
bindingOnQPropertyContextProperty.qml Do not set QQmlPropertyBinding until we reach finalize 2020-08-12 15:52:10 +02:00
bindingSuppression.qml
blank.js
boolPropertiesEvaluateAsBool.1.qml
boolPropertiesEvaluateAsBool.2.qml
booleanConversion.qml
brokenImmediateDeferred.qml Allow ImmediatePropertyNames in addition to DeferredPropertyNames 2021-10-28 17:49:52 +02:00
brokenImmediateId.qml Allow ImmediatePropertyNames in addition to DeferredPropertyNames 2021-10-28 17:49:52 +02:00
bug.1.qml
canAssignNullToQObject.1.qml
canAssignNullToQObject.2.qml
checkDate-October.qml Actually test day of the week in test-case for day-of-week bug 2021-05-18 16:24:18 +02:00
checkDate-denormal-Feb.qml Make QDate handling consistent in its use of UTC 2021-05-18 16:24:13 +02:00
checkDate-denormal-March.qml Make QDate handling consistent in its use of UTC 2021-05-18 16:24:13 +02:00
checkDate-denormal-leap.qml Make QDate handling consistent in its use of UTC 2021-05-18 16:24:13 +02:00
checkDate-denormal-wrap.qml Make QDate handling consistent in its use of UTC 2021-05-18 16:24:13 +02:00
checkDate-denormal-year.qml Make QDate handling consistent in its use of UTC 2021-05-18 16:24:13 +02:00
checkDateTime-October.qml Actually test day of the week in test-case for day-of-week bug 2021-05-18 16:24:18 +02:00
checkDateTime-denormal-March.qml Be more fussy about the MakeDay() calculation 2019-10-08 21:21:29 +02:00
checkDateTime-denormal-hours.qml Be more fussy about the MakeDay() calculation 2019-10-08 21:21:29 +02:00
checkDateTime-denormal-leap.qml Be more fussy about the MakeDay() calculation 2019-10-08 21:21:29 +02:00
checkDateTime-denormal-minutes.qml Be more fussy about the MakeDay() calculation 2019-10-08 21:21:29 +02:00
checkDateTime-denormal-seconds.qml Be more fussy about the MakeDay() calculation 2019-10-08 21:21:29 +02:00
checkDateTime-nonstandardFormat.qml QML: Make date parsing more lenient 2020-10-29 13:11:03 +01:00
checkDateTime-nonstandardFormat2.qml V4 Date: Support another nonstandard date format QDateTime has dropped 2022-02-03 00:52:49 +01:00
compatibilitySemicolon.qml
compiled.qml
componentCreation.qml
compositePropertyType.qml
concatenatedStringPropertyAccess.qml
constPointer.qml QML engine: Handle const QObject pointer correctly 2021-03-01 14:56:39 +01:00
constantsOverrideBindings.1.qml
constantsOverrideBindings.2.qml
constantsOverrideBindings.3.qml
constantsOverrideBindings.4.qml
contextObjectOnLazyBindings.qml
date.qml Make tst_qqmlecmascript::dateParse() more thorough 2021-05-11 16:20:55 +02:00
deferredProperties.qml
deferredPropertiesChild.qml tst_qqmlecmascript: Check that parent can defer child class properties 2021-08-26 11:17:17 +02:00
deferredPropertiesErrors.qml
deferredPropertiesInComponents.qml
deferredPropertiesInDestruction.qml
deferredPropertiesOverwrite.qml tst_qqmlecmascript: Test that deferred names gets overwritten 2021-08-31 13:51:06 +02:00
deferredPropertiesParent.qml tst_qqmlecmascript: Test that it is possible to defer parent properties 2021-08-25 14:40:51 +02:00
deleteLater.qml
deleteLaterObjectMethodCall.qml
deleteRootObjectInCreation.2.qml
deleteRootObjectInCreation.qml
deleteWhileBindingRunning.qml
deletedEngine.qml
deletedObject.qml
dependenciesWithFunctions.qml
destroyedSignal.qml
doubleEvaluate.qml
dynamicCreation.helper.qml
dynamicCreation.qml
dynamicCreationOwnership.qml
dynamicDeletion.2.qml
dynamicDeletion.3.qml
dynamicDeletion.qml
dynamicString.qml
elementAssign.qml
enums.1.qml qqmltypecompiler: Be conservative in enum optimization 2021-11-26 15:57:01 +01:00
enums.2.qml
enums.3.qml
eval.qml
exception.js
exceptionClearsOnReeval.qml
exceptionProducesWarning.qml
exceptionProducesWarning2.qml
exportDate.2.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
exportDate.3.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
exportDate.4.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
exportDate.5.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
exportDate.6.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
exportDate.7.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
exportDate.8.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
exportDate.qml Clean up various QML test-case scripts 2021-05-26 13:15:10 +02:00
extendedObjectPropertyLookup.qml
extendedObjectPropertyLookup2.qml
extendedObjectPropertyLookup3.qml
extensionObjects.qml
extensionObjectsPropertyOverride.qml
fallbackBindings.1.qml
fallbackBindings.2.qml
fallbackBindings.3.qml
fallbackBindings.4.qml
fallbackBindings.5.qml
fallbackBindings.6.qml
fallbackBindings.7.qml
fallbackBindings.8.qml
forInLoop.qml
frozenQObject.qml QML engine: Handle const QObject pointer correctly 2021-03-01 14:56:39 +01:00
frozenQObject2.qml Qml: Allow const and non-const QObjectWrappers to coexist 2022-09-07 16:57:16 +02:00
function.qml
functionAsDefaultArgument.qml Handle function as default arguments in toplevel functions 2021-11-10 22:02:29 +01:00
functionAssignment.1.qml Unify "variant" and "var" properties in QML 2020-08-24 10:13:39 +02:00
functionAssignment.2.qml
functionAssignment.3.qml
functionAssignment.js
functionErrors.qml
generatorCallsGC.qml QV4::Heap::GeneratorObject: remove unused member 2021-08-02 17:58:47 +02:00
generatorCrashNewProperty.qml qv4generatorobject: Fix crash when creating new properties 2021-03-08 15:53:45 +01:00
generatorFunction.qml
getSet.qml
getThis.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
handleReferenceManagement.dynprop.2.qml
handleReferenceManagement.dynprop.3.qml
handleReferenceManagement.dynprop.qml
handleReferenceManagement.handle.1.qml
handleReferenceManagement.handle.2.qml
handleReferenceManagement.object.1.qml
handleReferenceManagement.object.2.qml
hugeStack.qml Compiler: Support >32k stack slots 2019-12-05 10:02:11 +01:00
icUsingJSLib.qml QQmlObjectCreator: Add scripts also to context of inline components 2021-08-05 19:20:41 +02:00
idAsLValue.qml
idShortcutInvalidates.1.qml
idShortcutInvalidates.qml
immediateDerived.qml Allow ImmediatePropertyNames in addition to DeferredPropertyNames 2021-10-28 17:49:52 +02:00
immediateProperties.qml Allow ImmediatePropertyNames in addition to DeferredPropertyNames 2021-10-28 17:49:52 +02:00
importLexicalVariables.mjs
importLexicalVariables_module.mjs
importLexicalVariables_module.qml
importLexicalVariables_pragmaLibrary.js
importLexicalVariables_pragmaLibrary.qml
importLexicalVariables_script.js
importLexicalVariables_script.qml
importScope.1.js
importScope.2.js
importScope.qml
importScriptsWithoutQmlMode.js
importScriptsWithoutQmlMode.qml
importedScriptsAccessOnObjectWithInvalidContext.qml
in.qml
include.js
include.qml
include_callback.js
include_callback.qml
include_pragma.qml
include_pragma_inner.js
include_pragma_outer.js
include_pragma_shadow.js
include_pragma_shadow.qml
include_remote.js
include_remote.qml
include_remote_missing.js
include_remote_missing.qml
include_shared.js
include_shared.qml
incrDecrSemicolon1.qml
incrDecrSemicolon2.qml
incrDecrSemicolon_error1.qml
internalClassParentGc.js V4: Mark InternalClass parents when running GC 2022-08-03 08:32:33 +02:00
internalClassParentGc.qml V4: Mark InternalClass parents when running GC 2022-08-03 08:32:33 +02:00
invokableEnumRet.qml
invokableObjectArg.qml
invokableObjectRet.qml
jsObject.qml
jsOwnedObjectsDeletedOnEngineDestroy.qml
lazyBindingEvaluation.qml
libraryScriptAssert.js
libraryScriptAssert.qml
listAssignment.qml
listProperties.qml
listToVariant.qml
metaobjectRevision.qml
metaobjectRevision2.qml
metaobjectRevision3.qml
metaobjectRevision4.qml
metaobjectRevision5.qml
metaobjectRevisionErrors.qml
metaobjectRevisionErrors2.qml
metaobjectRevisionErrors3.qml
methods.1.qml
methods.2.qml
methods.3.qml
methods.4.qml
methods.5.qml
misctypetest.qml
multiEngineObject.qml
nans.qml
negativeyear.qml Make QDate handling consistent in its use of UTC 2021-05-18 16:24:13 +02:00
noCaptureWhenWritingProperty.qml
noSpuriousWarningsAtShutdown.2.qml
noSpuriousWarningsAtShutdown.qml
nonExistentAttachedObject.qml
nonNotifyable.qml
nonNotifyableConstant.qml
nonscriptable.qml
nullObjectBinding.qml
nullObjectInitializer.2.qml
nullObjectInitializer.qml
numberAssignment.qml
numberParsing.1.qml
numberParsing.2.qml
numberParsing.3.qml
numberParsing.4.qml
numberParsing.5.qml
numberParsing.6.qml
numberParsing.7.qml
numberParsing_error.1.qml
numberParsing_error.2.qml
objectConversion.qml
objectName.qml
objectNameChangedSignal.qml
objectsCompareAsEqual.qml
objectsPassThroughSignals.qml
onDestruction.qml
outerBindingOverridesInnerBinding.qml
overrideDataAssert.qml
ownership.qml
ownershipConsistency.qml
ownershipQmlIncubated.qml
ownershipRootObject.qml
preserveBindingWithUnresolvedNames.qml
propertyAssignmentErrors.qml
propertyOverride.qml
propertyQJSValue.1.qml
propertyQJSValue.2.qml
propertyQJSValue.3.qml
propertyQJSValue.4.qml
propertyQJSValue.5.qml
propertyQJSValue.6.qml
propertyQJSValue.7.qml
propertyQJSValue.8.qml
propertyQJSValue.9.qml
propertyQJSValue.10.qml
propertyQJSValue.11.qml
propertyQJSValue.12.qml
propertyQJSValue.13.qml
propertyQJSValue.14.qml
propertyQJSValue.15.qml
propertyQJSValue.16.qml
propertyQJSValue.bindingreset.qml
propertyQJSValue.reset.qml
propertySplicing.qml
propertyVar.1.qml
propertyVar.2.qml
propertyVar.3.qml
propertyVar.4.qml
propertyVar.5.qml
propertyVar.6.qml
propertyVar.7.qml
propertyVar.8.qml
propertyVar.9.qml
propertyVar.10.qml
propertyVar.11.qml
propertyVar.12.qml
propertyVar.13.qml
propertyVar.14.qml
propertyVar.15.qml
propertyVar.16.qml
propertyVar.circular.2.qml
propertyVar.circular.qml
propertyVar.inherit.qml
propertyVar.reparent.qml
propertyVarCpp.qml
propertyVarImplicitOwnership.qml
propertyVarOwnership.2.qml
propertyVarOwnership.3.qml
propertyVarOwnership.3.type.qml
propertyVarOwnership.4.qml
propertyVarOwnership.4.type1.qml
propertyVarOwnership.4.type2.qml
propertyVarOwnership.5.qml
propertyVarOwnership.qml
proxyIteration.qml QML: Fix proxy iteration 2020-12-17 11:33:52 +01:00
qlistqobjectMethods.qml
qmlHasOwnProperty.qml
qmlToString.qml
qmlTypeWrapperArgs.qml Engine: Fix handling of attached objects in function calls 2022-09-02 20:43:08 +02:00
qmlTypeWrapperArgs2.qml Engine: Fix handling of attached objects in function calls 2022-09-02 20:43:08 +02:00
qmlVarNullBinding.qml
qobjectConnectionListExceptionHandling.qml
qobjectDerivedArgument.qml
qpropertyAndQtBinding.qml QV4QObjectWrapper: handle bindable properties 2021-02-19 18:10:23 +01:00
qpropertyBindingNoQPropertyCapture.qml Integrate property binding evaluation fix from qtbase 2022-09-01 22:12:32 +02:00
qpropertyBindingReplacement.qml QQmlObjectCreator: Correctly remove overwritten bindings 2021-10-05 21:29:41 +02:00
qpropertyBindingUndefined.qml QQmlPropertyBinding: handle reset 2021-03-15 11:42:15 +01:00
qpropertyBindingUndefined2.qml QQmlPropertyBinding: handle reset 2021-03-15 11:42:15 +01:00
qpropertyBindingUndefinedWithoutReset1.qml QQmlPropertyBinding: handle reset 2021-03-15 11:42:15 +01:00
qpropertyBindingUndefinedWithoutReset2.qml QQmlPropertyBinding: handle reset 2021-03-15 11:42:15 +01:00
qpropertyBindingUndefinedWithoutReset3.qml QQmlPropertyBinding: handle reset 2021-03-15 11:42:15 +01:00
qqmldataDestroyed.2.qml
qqmldataDestroyed.qml
qtbug34792.qml
qtbug_9792.qml
qtbug_10696.qml
qtbug_11600.js
qtbug_11600.qml
qtbug_11606.qml
qtbug_20344.qml
qtbug_21580.qml
qtbug_21864.js
qtbug_21864.qml
qtbug_22464.qml
qtbug_22679.qml
qtbug_22843.js
qtbug_22843.library.js
qtbug_22843.library.qml
qtbug_22843.qml
qtbug_24448.js
qtbug_24448.qml
qtbug_32801.qml
qtbug_33754.qml
qtbug_34493.qml
qtbug_46022.js
qtbug_46022.qml
qtbug_52340.qml
qtbug_54589.qml
qtbug_59012.qml
qtcreatorbug_1289.qml
readonlyDeclaration.qml
realToInt.qml
realTypePrecision.qml
registeredFlagMethod.qml QML: Rewrite Qt object in actual C++ 2020-11-09 18:10:38 +01:00
regularExpression.2.qml
regularExpression.qml
remote_file.js
removeBindingsWithNoDependencies.qml
removeQPropertyBindingsWithNoDependencies.qml Apply constant binding removal optimization to QProperty bindings 2021-05-10 23:00:40 +02:00
replaceBinding.qml
rewriteMultiLineStrings.qml
rewriteMultiLineStrings_crlf.1.qml
scarceResourceCopy.var.qml
scarceResourceCopy.variant.qml
scarceResourceCopyFromJs.var.qml
scarceResourceCopyFromJs.variant.qml
scarceResourceCopyImport.var.js
scarceResourceCopyImport.var.qml
scarceResourceCopyImport.variant.js
scarceResourceCopyImport.variant.qml
scarceResourceCopyImportDifferent.var.js
scarceResourceCopyImportDifferent.var.qml
scarceResourceCopyImportFail.var.js
scarceResourceCopyImportFail.var.qml
scarceResourceCopyImportFail.variant.js
scarceResourceCopyImportFail.variant.qml
scarceResourceCopyImportNoBinding.var.js
scarceResourceCopyImportNoBinding.var.qml
scarceResourceCopyImportNoBinding.variant.js
scarceResourceCopyImportNoBinding.variant.qml
scarceResourceCopyNoBinding.var.qml
scarceResourceCopyNoBinding.variant.qml
scarceResourceDestroyedCopy.var.qml
scarceResourceDestroyedCopy.variant.qml
scarceResourceFunction.var.qml
scarceResourceFunction.variant.qml
scarceResourceFunctionFail.var.qml
scarceResourceFunctionFail.variant.qml
scarceResourceMultipleDifferentNoBinding.var.js
scarceResourceMultipleDifferentNoBinding.var.qml
scarceResourceMultipleSameNoBinding.var.js
scarceResourceMultipleSameNoBinding.var.qml
scarceResourceMultipleSameWithBinding.var.qml
scarceResourceObjectGc.var.qml
scarceResourceSignal.var.qml
scarceResourceSignal.variant.qml
scarceResourceTest.var.js
scarceResourceTest.var.qml
scarceResourceTest.variant.js
scarceResourceTest.variant.qml
scarceResourceTestMultiple.var.qml
scarceResourceTestMultiple.variant.qml
scarceResourceTestPreserve.var.qml
scarceResourceTestPreserve.variant.qml
scope.2.qml
scope.3.qml
scope.4.qml
scope.5.qml
scope.6.qml
scope.qml
scriptConnect.1.js
scriptConnect.1.qml
scriptConnect.2.js
scriptConnect.2.qml
scriptConnect.3.qml
scriptConnect.4.qml
scriptConnect.5.qml
scriptConnect.6.js
scriptConnect.6.qml
scriptConnect.7.qml QV4QObjectWrapper: Store the whole signal 2021-04-01 10:14:16 +02:00
scriptConnect.dynamic.1.qml Use new QObjectPrivate connection mechanism in dynamic connections 2021-01-21 08:38:50 +01:00
scriptConnect.dynamic.2.qml Use new QObjectPrivate connection mechanism in dynamic connections 2021-01-21 08:38:50 +01:00
scriptDisconnect.1.js
scriptDisconnect.1.qml
scriptDisconnect.2.qml
scriptDisconnect.3.qml
scriptDisconnect.4.qml
scriptErrors.js
scriptErrors.qml
secondAlias.qml
selfDeletingBinding.2.qml
selfDeletingBinding.qml
semicolonAfterProperty.qml
sequenceConversion.array.qml Unify "variant" and "var" properties in QML 2020-08-24 10:13:39 +02:00
sequenceConversion.bindings.error.qml
sequenceConversion.bindings.qml
sequenceConversion.indexes.qml Fix array-like methods on V4 sequences 2022-07-19 10:52:31 +02:00
sequenceConversion.read.error.qml
sequenceConversion.read.qml
sequenceConversion.threads.qml
sequenceConversion.write.error.qml Enable conversion from QJSValues containing arrays to container types 2020-01-31 14:48:28 +01:00
sequenceConversion.write.qml
sequenceConvert.qml QML engine: fix conversion scores for sequences in CallOverloaded 2020-11-04 19:03:09 +01:00
sequenceSort.qml
setPropertyOnNull.qml
setPropertyOnUndefined.qml
sharedAttachedObject.qml
shutdownErrors.qml
signalArguments.1.qml
signalArguments.2.qml
signalAssignment.1.qml
signalAssignment.2.qml
signalAssignment.3.qml
signalAssignment.4.qml
signalEmitted.2.qml
signalEmitted.3.qml
signalEmitted.4.qml
signalHandlers.qml
signalParameterTypes.qml
signalTriggeredBindings.qml
signalWithJSValueInVariant.qml
signalWithQJSValue.qml
signalWithUnknownTypes.qml
singleV8BindingDestroyedDuringEvaluation.qml
singletonTest.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
singletonTest2.qml Use SPDX license identifiers 2022-06-11 08:05:15 +02:00
strictlyEquals.qml
stringArg.qml
stringParsing_error.1.qml
stringParsing_error.2.qml
stringParsing_error.3.qml
stringParsing_error.4.qml
stringParsing_error.5.qml
stringParsing_error.6.qml
stringify_qtbug_50592.qml
switchStatement.1.qml
switchStatement.2.qml
switchStatement.3.qml
switchStatement.4.qml
switchStatement.5.qml
switchStatement.6.qml
thisObject.qml
threadScript.js
threadSignal.2.qml
threadSignal.qml
transientErrors.2.qml
transientErrors.qml
tryStatement.1.qml
tryStatement.2.qml
tryStatement.3.qml
tryStatement.4.qml
typeOf.js
typeOf.qml
unaryExpression.qml
uncreatableExtendedObjectFailureCheck.qml
undefinedPropertiesInObjectWrapper.qml
undefinedResetsProperty.2.qml
undefinedResetsProperty.3.qml QQmlPropertyBinding: Call RESET every time binding evaluates to undefined 2021-04-22 08:44:32 +02:00
undefinedResetsProperty.4.qml QQmlPropertyBinding: Call RESET every time binding evaluates to undefined 2021-04-22 08:44:32 +02:00
undefinedResetsProperty.qml
updateCall.qml
urlListProperty.qml
urlProperty.1.qml
urlProperty.2.qml
utcdate.qml Make a UTC time test more thorough and coherent 2021-05-11 16:20:55 +02:00
v8bindingException.qml
valueTypeFunctions.qml
varAlias.qml
varPropertyAccessOnObjectWithInvalidContext.qml
variantConvert.qml Give a better score for methods with a convertable type when matching 2020-07-03 14:30:45 +02:00
variants.qml
variantsAssignedUndefined.qml
withStatement.1.qml
writeAttachedProperty.qml
writeRemovesBinding.qml