Home | History | Annotate | Download | only in src

Lines Matching refs:old_type

2819   PropertyKind old_type = static_cast<PropertyKind>(old);
2820 if (HasConflict(old_type, type)) {
2821 if (IsDataDataConflict(old_type, type)) {
2825 } else if (IsDataAccessorConflict(old_type, type)) {
2829 DCHECK(IsAccessorAccessorConflict(old_type, type));