Home | History | Annotate | Download | only in src

Lines Matching full:maybe

2952   if (type->Maybe(Type::Null())) {
2960 if (type->Maybe(Type::Undefined())) {
2969 if (type->Maybe(Type::Undetectable())) {
8429 // as it maybe dropped on deserialization.
10031 Maybe<HConstant*> number = constant->CopyToTruncatedNumber(zone());
10076 Maybe<int> fixed_right_arg = expr->fixed_right_arg();
10110 Maybe<int> fixed_right_arg,
10117 (left_type->Maybe(Type::String()) ||
10118 right_type->Maybe(Type::String()));