Searched refs:DESCRIPTOR_ATTR_RENDER (Results 1 – 4 of 4) sorted by relevance
24 const char * const DescriptorUtils::DESCRIPTOR_ATTR_RENDER = "render"; member in OHOS::ACELite::DescriptorUtils79 JSValue render = JSObject::Get(descriptor, DESCRIPTOR_ATTR_RENDER); in RenderIfDescriptor()98 JSValue render = JSObject::Get(descriptor, DESCRIPTOR_ATTR_RENDER); in RenderForDescriptor()231 JSObject::Set(descriptor, DESCRIPTOR_ATTR_RENDER, render); in CreateDescriptor()
155 static const char * const DESCRIPTOR_ATTR_RENDER; variable
255 … JSValue renderPropValue = jerryx_get_property_str(descriptorOrElement, DESCRIPTOR_ATTR_RENDER); in GetElement()
158 constexpr char DESCRIPTOR_ATTR_RENDER[] = "render"; variable