Home
last modified time | relevance | path

Searched refs:FromPropertyDescriptor (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_reflect.cpp177 JSHandle<JSTaggedValue> res = JSObject::FromPropertyDescriptor(thread, desc); in ReflectGetOwnPropertyDescriptor()
Dbuiltins_object.cpp349 JSHandle<JSTaggedValue> res = JSObject::FromPropertyDescriptor(thread, desc); in GetOwnPropertyDescriptor()
/arkcompiler/ets_runtime/ecmascript/
Djs_object.h376 …static JSHandle<JSTaggedValue> FromPropertyDescriptor(JSThread *thread, const PropertyDescriptor &…
Djs_proxy.cpp397 JSHandle<JSTaggedValue> descObj = JSObject::FromPropertyDescriptor(thread, desc); in DefineOwnProperty()
Djs_object.cpp1782 JSHandle<JSTaggedValue> JSObject::FromPropertyDescriptor(JSThread *thread, const PropertyDescriptor… in FromPropertyDescriptor() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp221 JSHandle<JSObject> descHandle(JSObject::FromPropertyDescriptor(thread, desc)); in HWTEST_F_L0()
268 JSHandle<JSObject> descHandle(JSObject::FromPropertyDescriptor(thread, desc)); in HWTEST_F_L0()