DEBSOURCES
Skip Quicknav
sources / qt6-declarative / 6.9.1%2Bdfsg-1 / tests / auto / qml / qmllint / data / callJSValueProp.qml
123456
import CallJSValue TypeWithQJSValue { // Note: jsValue is not actually callable Component.onCompleted: jsValue(42); }