Home
last modified time | relevance | path

Searched refs:singleton_the_hole_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dtyper.h61 Type* singleton_the_hole_; variable
Dtyper.cc57 singleton_the_hole_ = Type::Constant(factory->the_hole_value(), zone); in Typer()
65 singleton_the_hole_, zone), in Typer()
707 if ((lhs->Is(t->singleton_the_hole_) || rhs->Is(t->singleton_the_hole_)) && in JSStrictEqualTyper()