Home
last modified time | relevance | path

Searched refs:Undetectable (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/objects/
Dobject-list-macros.h222 V(Undetectable) \
/external/v8/src/compiler/
Dtypes.h165 V(Undetectable, kNullOrUndefined | kOtherUndetectable) \
Dtyper.cc664 if (type.Is(Type::Undetectable())) return t->singleton_true_; in ObjectIsUndetectable()
665 if (!type.Maybe(Type::Undetectable())) return t->singleton_false_; in ObjectIsUndetectable()
Doperation-typer.cc39 Type::Undetectable(), in OperationTyper()
Dcode-assembler.h137 class Undetectable; variable
Dsimplified-lowering.cc3535 VisitObjectIs<T>(node, Type::Undetectable(), lowering); in VisitNode()