Searched refs:CreateForDescriptor (Results 1 – 3 of 3) sorted by relevance
44 static JSValue CreateForDescriptor(JSValue getter, JSValue render);
36 JSValue DescriptorUtils::CreateForDescriptor(JSValue getter, JSValue render) in CreateForDescriptor() function in OHOS::ACELite::DescriptorUtils
145 return DescriptorUtils::CreateForDescriptor(args[0], args[1]); in LoopRender()