Searched refs:singleton_true (Results 1 – 4 of 4) sorted by relevance
36 new_type = op_typer_.singleton_true(); in Reduce()
74 Type singleton_true() const { return singleton_true_; } in singleton_true() function
1086 if (type.Is(singleton_false())) return singleton_true(); in Invert()1087 if (type.Is(singleton_true())) return singleton_false(); in Invert()1108 return singleton_true(); in FalsifyUndefined()1130 if (rhs.Is(Type::NaN())) return singleton_true(); in SameValue()1136 if (rhs.Is(Type::MinusZero())) return singleton_true(); in SameValue()1161 return singleton_true(); in StrictEqual()
45 singleton_true_ = operation_typer_.singleton_true(); in Typer()