Lines Matching refs:PropertyAttribute
635 class ECMA_PUBLIC_API PropertyAttribute {
637 static PropertyAttribute Default()
639 return PropertyAttribute();
641 PropertyAttribute() = default;
642 PropertyAttribute(Local<JSValueRef> value, bool w, bool e, bool c)
651 ~PropertyAttribute() = default;
776 std::vector<PropertyAttribute> attributes;
787 const PropertyAttribute *attributes);
801 Local<FunctionRef> setter, PropertyAttribute attribute = PropertyAttribute::Default());
806 bool GetOwnProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute &property);
813 bool DefineProperty(const EcmaVM *vm, Local<JSValueRef> key, PropertyAttribute attribute);