Lines Matching refs:kMethod
189 kMethod, enumerator
662 kind = ParsePropertyKind::kMethod; in ParsePropertyKindFromToken()
734 case ParsePropertyKind::kMethod: in ClassPropertyKindFor()
2110 prop_info->kind = ParsePropertyKind::kMethod; in ParseProperty()
2115 prop_info->kind = ParsePropertyKind::kMethod; in ParseProperty()
2166 prop_info->kind == ParsePropertyKind::kMethod))) { in ParseProperty()
2272 prop_info->kind = ParsePropertyKind::kMethod; in ParseClassPropertyDefinition()
2328 case ParsePropertyKind::kMethod: { in ParseClassPropertyDefinition()
2338 CheckClassMethodName(prop_info->name, ParsePropertyKind::kMethod, in ParseClassPropertyDefinition()
2555 case ParsePropertyKind::kMethod: { in ParseObjectPropertyDefinition()
6237 DCHECK(type == ParsePropertyKind::kMethod || IsAccessor(type)); in CheckClassMethodName()