Searched defs:PropertyDescriptor (Results 1 – 7 of 7) sorted by relevance
29 using PropertyDescriptor = panda::ecmascript::tooling::PropertyDescriptor; variable31 using PropertyDescriptor = panda::ecmascript::tooling::PropertyDescriptor; variable
65 explicit PropertyDescriptor(const JSThread *thread) : thread_(thread) {} in PropertyDescriptor() function67 …PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v) : thread_(thread), value_(v)… in PropertyDescriptor() function69 PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v, bool w, bool e, bool c) in PropertyDescriptor() function81 PropertyDescriptor(const JSThread *thread, bool w, bool e, bool c) in PropertyDescriptor() function
26 class PropertyDescriptor; variable
33 class PropertyDescriptor; variable
24 class PropertyDescriptor; variable
16 interface PropertyDescriptor { interface
35 class PropertyDescriptor; variable