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