qtdeclarative/tests/auto/qml/qmlcppcodegen
Ulf Hermann 2547e8be4d QtQml: Store detached VariantAssociation objects on the JS heap
While the VariantAssociation is detached it is subject to the GC or
unrelated C++ code deleting objects from its internals. Since it's then
not the owning object's responsibility to track this anymore, we need to
track it ourselves. The way to do it is to use the existing V4 objects.

Pick-to: 6.10 6.9
Task-number: QTBUG-139025
Change-Id: Ic1d5aa85171b5d91c2b9d546963268b6f09c2802
Reviewed-by: Sami Shalayel <sami.shalayel@qt.io>
2025-08-21 20:33:23 +02:00
..
data QtQml: Store detached VariantAssociation objects on the JS heap 2025-08-21 20:33:23 +02:00
CMakeLists.txt QtQml: Clean up qmldir redirection 2025-02-26 20:54:39 +01:00
tst_qmlcppcodegen.cpp QtQml: Store detached VariantAssociation objects on the JS heap 2025-08-21 20:33:23 +02:00