Home | History | Annotate | Download | only in src

Lines Matching refs:old_type

1210   int old_type;
1212 old_type = finder->AddNumber(scanner_->literal_ascii_string(), type);
1214 old_type = finder->AddAsciiSymbol(scanner_->literal_ascii_string(),
1217 old_type = finder->AddUtf16Symbol(scanner_->literal_utf16_string(), type);
1219 if (HasConflict(old_type, type)) {
1220 if (IsDataDataConflict(old_type, type)) {
1225 } else if (IsDataAccessorConflict(old_type, type)) {
1230 ASSERT(IsAccessorAccessorConflict(old_type, type));