Home | History | Annotate | Download | only in src

Lines Matching refs:old_type

15917   Handle<Type> old_type(cell->type(), isolate);
15924 if (new_type->Is(old_type)) {
15925 return *old_type;
15931 if (old_type->Is(Type::None()) || old_type->Is(Type::Undefined())) {