Lines Matching refs:GetPropertyAttributes
242 Maybe<PropertyAttributes> attributes = GetPropertyAttributes(it);
720 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes(
728 return JSProxy::GetPropertyAttributes(it);
743 return JSModuleNamespace::GetPropertyAttributes(it);
1092 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
1846 Maybe<PropertyAttributes> maybe = JSObject::GetPropertyAttributes(it);
3476 Maybe<PropertyAttributes> maybe = GetPropertyAttributes(&it);
3988 MAYBE_RETURN(JSReceiver::GetPropertyAttributes(it), Nothing<bool>());
4607 // Duplicate ACCESS_CHECK outside of GetPropertyAttributes for the case that
4626 CHECK(GetPropertyAttributes(&it).IsJust());
5370 Maybe<PropertyAttributes> maybe_result = GetPropertyAttributes(&it);