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