Searched refs:singleton_false (Results 1 – 4 of 4) sorted by relevance
1172 if (type.Is(singleton_false())) return singleton_true(); in Invert()1173 if (type.Is(singleton_true())) return singleton_false(); in Invert()1190 : singleton_false(); in FalsifyUndefined()1214 if (!JSType(lhs).Maybe(JSType(rhs))) return singleton_false(); in SameValue()1217 if (!rhs.Maybe(Type::NaN())) return singleton_false(); in SameValue()1219 if (!lhs.Maybe(Type::NaN())) return singleton_false(); in SameValue()1223 if (!rhs.Maybe(Type::MinusZero())) return singleton_false(); in SameValue()1225 if (!lhs.Maybe(Type::MinusZero())) return singleton_false(); in SameValue()1229 return singleton_false(); in SameValue()1244 if (!JSType(lhs).Maybe(JSType(rhs))) return singleton_false(); in StrictEqual()[all …]
35 new_type = op_typer_.singleton_false(); in Reduce()
79 Type singleton_false() const { return singleton_false_; } in singleton_false() function
47 singleton_false_ = operation_typer_.singleton_false(); in Typer()