Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddescriptor_utils.h36 static JSValue CreateIfDescriptor(JSValue getter, JSValue render);
H A Ddescriptor_utils.cpp31 JSValue DescriptorUtils::CreateIfDescriptor(JSValue getter, JSValue render) in CreateIfDescriptor() function in OHOS::ACELite::DescriptorUtils
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/presets/
H A Drender_module.cpp159 return DescriptorUtils::CreateIfDescriptor(args[0], args[1]); in ConditionalRender()