Searched refs:ToPropertyDescriptorFast (Results 1 – 2 of 2) sorted by relevance
380 static bool ToPropertyDescriptorFast(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
1839 bool JSObject::ToPropertyDescriptorFast(JSThread *thread, const JSHandle<JSTaggedValue> &obj, Prope… in ToPropertyDescriptorFast() function in panda::ecmascript::JSObject1911 if (ToPropertyDescriptorFast(thread, obj, desc)) { in ToPropertyDescriptor()