Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.h65 Type* truish_; variable
Dtyper.cc67 truish_ = Type::Union( in Typer()
403 if (type->Is(t->truish_)) return t->singleton_true_; in ToBoolean()