Searched defs:PropertyAttributes (Results 1 – 5 of 5) sorted by relevance
27 class PropertyAttributes; variable
33 class PropertyAttributes; variable
92 explicit PropertyAttributes(uint64_t v) : value_(v) {} in PropertyAttributes() function93 explicit PropertyAttributes(JSTaggedValue v) : value_(JSTaggedValue::UnwrapToUint64(v)) {} in PropertyAttributes() function
834 friend class PropertyAttributes; variable
33 PropertyAttributes::PropertyAttributes(const PropertyDescriptor &desc) in PropertyAttributes() function in panda::ecmascript::PropertyAttributes