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
16 interface PropertyDescriptor { interface
67 explicit PropertyDescriptor(const JSThread *thread) : thread_(thread) {} in PropertyDescriptor() function69 …PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v) : thread_(thread), value_(v)… in PropertyDescriptor() function71 PropertyDescriptor(const JSThread *thread, JSHandle<JSTaggedValue> v, bool w, bool e, bool c) in PropertyDescriptor() function83 PropertyDescriptor(const JSThread *thread, bool w, bool e, bool c) in PropertyDescriptor() function
28 class PropertyDescriptor; variable
33 class PropertyDescriptor; variable
24 class PropertyDescriptor; variable
35 class PropertyDescriptor; variable