Home
last modified time | relevance | path

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

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