Searched defs:PropertyDescriptor (Results 1 – 5 of 5) sorted by relevance
57 explicit PropertyDescriptor(const JSThread *thread) : thread_(thread) {} in PropertyDescriptor() function59 …explicit PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v) : thread_(thread), … in PropertyDescriptor() function61 …explicit PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v, bool w, bool e, boo… in PropertyDescriptor() function73 explicit PropertyDescriptor(const JSThread *thread, bool w, bool e, bool c) in PropertyDescriptor() function
25 class PropertyDescriptor; variable
24 class PropertyDescriptor; variable
33 class PropertyDescriptor; variable
16 interface PropertyDescriptor { interface