Home | History | Annotate | Download | only in src

Lines Matching refs:old_type

1238   int old_type;
1240 old_type = finder->AddNumber(scanner_->literal_ascii_string(), type);
1242 old_type = finder->AddAsciiSymbol(scanner_->literal_ascii_string(),
1245 old_type = finder->AddUtf16Symbol(scanner_->literal_utf16_string(), type);
1247 if (HasConflict(old_type, type)) {
1248 if (IsDataDataConflict(old_type, type)) {
1253 } else if (IsDataAccessorConflict(old_type, type)) {
1258 ASSERT(IsAccessorAccessorConflict(old_type, type));