Home
last modified time | relevance | path

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

/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/jsextensions/
H A Dmoduleproperties.cpp224 QScriptValue depfunc = engine->newFunction<const ResolvedModule *>(&js_moduleDependencies, in setupModuleScriptValue() local
226 moduleScriptValue.setProperty(StringConstants::dependenciesProperty(), depfunc, in setupModuleScriptValue()
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/buildgraph/
H A Dbuildgraph.cpp209 QScriptValue depfunc = m_engine->newFunction(&js_internalProductDependencies, product); in init() local
210 productScriptValue.setProperty(StringConstants::dependenciesProperty(), depfunc, in init()
213 depfunc = m_engine->newFunction(&js_exportedProductDependencies, product); in init()
214 exportsScriptValue.setProperty(StringConstants::dependenciesProperty(), depfunc, in init()