Searched refs:singleton_true (Results 1 – 4 of 4) sorted by relevance
34 new_type = op_typer_.singleton_true(); in Reduce()
80 Type singleton_true() const { return singleton_true_; } in singleton_true() function
1184 if (type.Is(singleton_false())) return singleton_true(); in Invert()1185 if (type.Is(singleton_true())) return singleton_false(); in Invert()1206 return singleton_true(); in FalsifyUndefined()1228 if (rhs.Is(Type::NaN())) return singleton_true(); in SameValue()1234 if (rhs.Is(Type::MinusZero())) return singleton_true(); in SameValue()1266 return singleton_true(); in StrictEqual()
48 singleton_true_ = operation_typer_.singleton_true(); in Typer()