Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dtyper.h59 Type* singleton_false_; variable
Dtyper.cc55 singleton_false_ = Type::Constant(factory->false_value(), zone); in Typer()
63 Type::Union(Type::Union(singleton_false_, cache_.kZeroish, zone), 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()
364 : t->singleton_false_; in FalsifyUndefined()
402 if (type->Is(t->falsish_)) return t->singleton_false_; in ToBoolean()
455 if (type->Is(t->singleton_false_)) return t->cache_.kSingletonZero; in ToNumber()
665 if (lhs->Is(Type::NaN()) || rhs->Is(Type::NaN())) return t->singleton_false_; in JSEqualTyper()
671 return t->singleton_false_; in JSEqualTyper()
701 if (!JSType(lhs)->Maybe(JSType(rhs))) return t->singleton_false_; in JSStrictEqualTyper()
[all …]