Home | History | Annotate | Download | only in src

Lines Matching full:maybe

4333 Maybe<PropertyAttributes> JSObject::GetPropertyAttributesWithInterceptor(
4338 if (name->IsSymbol()) return Maybe<PropertyAttributes>(ABSENT);
4359 return Maybe<PropertyAttributes>(
4369 if (!result.IsEmpty()) return Maybe<PropertyAttributes>(DONT_ENUM);
4371 return Maybe<PropertyAttributes>();
4396 Maybe<PropertyAttributes> result =
13171 case kMaybeTenure: return "maybe tenure";