Home
last modified time | relevance | path

Searched refs:propertyScriptValue (Results 1 – 1 of 1) sorted by relevance

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Dbuildgraph.cpp321 QScriptValue propertyScriptValue = engine->newObject(); in setupExportedPropertyScriptValue() local
322 propertyScriptValue.setProperty(StringConstants::nameProperty(), property.fullName); in setupExportedPropertyScriptValue()
323 propertyScriptValue.setProperty(StringConstants::typeProperty(), in setupExportedPropertyScriptValue()
325 propertyScriptValue.setProperty(StringConstants::sourceCodeProperty(), property.sourceCode); in setupExportedPropertyScriptValue()
326 propertyScriptValue.setProperty(QStringLiteral("isBuiltin"), property.isBuiltin); in setupExportedPropertyScriptValue()
327 return propertyScriptValue; in setupExportedPropertyScriptValue()