Home
last modified time | relevance | path

Searched defs:PropertyDescriptor (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h57 explicit PropertyDescriptor(const JSThread *thread) : thread_(thread) {} in PropertyDescriptor() function
59 …explicit PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v) : thread_(thread), … in PropertyDescriptor() function
61 …explicit PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v, bool w, bool e, boo… in PropertyDescriptor() function
73 explicit PropertyDescriptor(const JSThread *thread, bool w, bool e, bool c) in PropertyDescriptor() function
Dobject_operator.h25 class PropertyDescriptor; variable
Dproperty_attributes.h24 class PropertyDescriptor; variable
Djs_tagged_value.h33 class PropertyDescriptor; variable
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dlib_ark_builtins.d.ts16 interface PropertyDescriptor { interface