Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.h60 Type* singleton_true_; variable
Dtyper.cc56 singleton_true_ = Type::Constant(factory->true_value(), zone); in Typer()
68 singleton_true_, in Typer()
344 if (type->Is(t->singleton_false_)) return t->singleton_true_; in Invert()
345 if (type->Is(t->singleton_true_)) return t->singleton_false_; in Invert()
368 return t->singleton_true_; in FalsifyUndefined()
403 if (type->Is(t->truish_)) return t->singleton_true_; in ToBoolean()
405 return t->singleton_true_; // Ruled out nan, -0 and +0. in ToBoolean()
456 if (type->Is(t->singleton_true_)) return t->cache_.kSingletonOne; in ToNumber()
667 return t->singleton_true_; in JSEqualTyper()
677 return t->singleton_true_; in JSEqualTyper()
[all …]