Home
last modified time | relevance | path

Searched defs:ToPropertyDescriptor (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp217 void ObjectOperator::ToPropertyDescriptor(PropertyDescriptor &desc) const in ToPropertyDescriptor() function in panda::ecmascript::ObjectOperator
Djs_object.cpp1904 void JSObject::ToPropertyDescriptor(JSThread *thread, const JSHandle<JSTaggedValue> &obj, PropertyD… in ToPropertyDescriptor() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_test.cpp256 HWTEST_F_L0(ObjectOperatorTest, ToPropertyDescriptor) in HWTEST_F_L0() argument