Lines Matching refs:PropertyAttribute
1178 v8::PropertyAttribute attribute) { in Set()
1202 v8::PropertyAttribute attribute) { in SetPrivate()
1210 v8::PropertyAttribute attribute, in SetAccessorProperty()
1614 Data data, AccessControl settings, PropertyAttribute attribute, in TemplateSetAccessor()
1640 PropertyAttribute attribute, in SetNativeDataProperty()
1652 PropertyAttribute attribute, v8::Local<AccessorSignature> signature, in SetNativeDataProperty()
1664 PropertyAttribute attribute, in SetNativeDataProperty()
1676 PropertyAttribute attribute, v8::Local<AccessorSignature> signature, in SetNativeDataProperty()
1687 PropertyAttribute attribute, in SetLazyDataProperty()
1697 PropertyAttribute attribute) { in SetIntrinsicDataProperty()
1711 PropertyAttribute attribute, in SetAccessor()
1724 PropertyAttribute attribute, in SetAccessor()
1737 PropertyAttribute attribute, in SetAccessor()
1750 PropertyAttribute attribute, in SetAccessor()
4451 v8::PropertyAttribute attributes) { in DefineOwnProperty()
4553 Maybe<PropertyAttribute> v8::Object::GetPropertyAttributes( in GetPropertyAttributes()
4557 Nothing<PropertyAttribute>(), i::HandleScope); in GetPropertyAttributes()
4563 RETURN_ON_FAILED_EXECUTION_PRIMITIVE(PropertyAttribute); in GetPropertyAttributes()
4568 RETURN_ON_FAILED_EXECUTION_PRIMITIVE(PropertyAttribute); in GetPropertyAttributes()
4570 return Just(static_cast<PropertyAttribute>(i::NONE)); in GetPropertyAttributes()
4572 return Just(static_cast<PropertyAttribute>(result.FromJust())); in GetPropertyAttributes()
4811 PropertyAttribute attributes, bool is_special_data_property, in ObjectSetAccessor()
4847 PropertyAttribute attribute, in SetAccessor()
4858 PropertyAttribute attribute, in SetAccessorProperty()
4878 v8::Local<Value> data, PropertyAttribute attributes, in SetNativeDataProperty()
4889 PropertyAttribute attributes, SideEffectType getter_side_effect_type, in SetLazyDataProperty()
4998 Maybe<PropertyAttribute>
5004 Nothing<PropertyAttribute>(), i::HandleScope); in GetRealNamedPropertyAttributesInPrototypeChain()
5006 if (!self->IsJSObject()) return Nothing<PropertyAttribute>(); in GetRealNamedPropertyAttributesInPrototypeChain()
5009 if (iter.IsAtEnd()) return Nothing<PropertyAttribute>(); in GetRealNamedPropertyAttributesInPrototypeChain()
5018 RETURN_ON_FAILED_EXECUTION_PRIMITIVE(PropertyAttribute); in GetRealNamedPropertyAttributesInPrototypeChain()
5019 if (!it.IsFound()) return Nothing<PropertyAttribute>(); in GetRealNamedPropertyAttributesInPrototypeChain()
5021 return Just(static_cast<PropertyAttribute>(result.FromJust())); in GetRealNamedPropertyAttributesInPrototypeChain()
5039 Maybe<PropertyAttribute> v8::Object::GetRealNamedPropertyAttributes( in GetRealNamedPropertyAttributes()
5043 Nothing<PropertyAttribute>(), i::HandleScope); in GetRealNamedPropertyAttributes()
5051 RETURN_ON_FAILED_EXECUTION_PRIMITIVE(PropertyAttribute); in GetRealNamedPropertyAttributes()
5052 if (!it.IsFound()) return Nothing<PropertyAttribute>(); in GetRealNamedPropertyAttributes()
5054 return Just(static_cast<PropertyAttribute>(i::NONE)); in GetRealNamedPropertyAttributes()
5056 return Just<PropertyAttribute>( in GetRealNamedPropertyAttributes()
5057 static_cast<PropertyAttribute>(result.FromJust())); in GetRealNamedPropertyAttributes()