Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/directive/
H A Ddescriptor_utils.cpp59 return IsDescriptor(DESCRIPTOR_ATTR_IF, descriptor); in IsIfDescriptor()
64 return IsDescriptor(DESCRIPTOR_ATTR_FOR, descriptor); in IsForDescriptor()
236 bool DescriptorUtils::IsDescriptor(const char * const type, JSValue descriptor) in IsDescriptor() function in OHOS::ACELite::DescriptorUtils
H A Ddescriptor_utils.h183 static bool IsDescriptor(const char * const type, JSValue descriptor);