Lines Matching refs:kNotSet
197 kNotSet enumerator
643 kind(ParsePropertyKind::kNotSet), in accumulation_scope()
2195 DCHECK_EQ(prop_info->kind, ParsePropertyKind::kNotSet); in ParseProperty()
2219 if (prop_info->kind == ParsePropertyKind::kNotSet && in ParseProperty()
2255 if (prop_info->kind == ParsePropertyKind::kNotSet) { in ParseProperty()
2262 prop_info->kind = ParsePropertyKind::kNotSet; in ParseProperty()
2303 if (prop_info->kind == ParsePropertyKind::kNotSet) { in ParseProperty()
2310 if (prop_info->kind == ParsePropertyKind::kNotSet) { in ParseProperty()
2342 if (prop_info->kind == ParsePropertyKind::kNotSet) { in ParseProperty()
2389 case ParsePropertyKind::kNotSet: { // This case is a name followed by a in ParseClassPropertyDefinition()
2744 case ParsePropertyKind::kNotSet: in ParseObjectPropertyDefinition()