Searched refs:Undetectable (Results 1 – 6 of 6) sorted by relevance
222 V(Undetectable) \
165 V(Undetectable, kNullOrUndefined | kOtherUndetectable) \
664 if (type.Is(Type::Undetectable())) return t->singleton_true_; in ObjectIsUndetectable()665 if (!type.Maybe(Type::Undetectable())) return t->singleton_false_; in ObjectIsUndetectable()
39 Type::Undetectable(), in OperationTyper()
137 class Undetectable; variable
3535 VisitObjectIs<T>(node, Type::Undetectable(), lowering); in VisitNode()