Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h380 static bool ToPropertyDescriptorFast(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
Djs_object.cpp1839 bool JSObject::ToPropertyDescriptorFast(JSThread *thread, const JSHandle<JSTaggedValue> &obj, Prope… in ToPropertyDescriptorFast() function in panda::ecmascript::JSObject
1911 if (ToPropertyDescriptorFast(thread, obj, desc)) { in ToPropertyDescriptor()