Searched refs:singleton_false (Results 1 – 4 of 4) sorted by relevance
1086 if (type.Is(singleton_false())) return singleton_true(); in Invert()1087 if (type.Is(singleton_true())) return singleton_false(); in Invert()1104 : singleton_false(); in FalsifyUndefined()1128 if (!JSType(lhs).Maybe(JSType(rhs))) return singleton_false(); in SameValue()1131 if (!rhs.Maybe(Type::NaN())) return singleton_false(); in SameValue()1133 if (!lhs.Maybe(Type::NaN())) return singleton_false(); in SameValue()1137 if (!rhs.Maybe(Type::MinusZero())) return singleton_false(); in SameValue()1139 if (!lhs.Maybe(Type::MinusZero())) return singleton_false(); in SameValue()1143 return singleton_false(); in SameValue()1149 if (!JSType(lhs).Maybe(JSType(rhs))) return singleton_false(); in StrictEqual()[all …]
38 new_type = op_typer_.singleton_false(); in Reduce()
73 Type singleton_false() const { return singleton_false_; } in singleton_false() function
44 singleton_false_ = operation_typer_.singleton_false(); in Typer()