Home
last modified time | relevance | path

Searched refs:singleton_true (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dtype-narrowing-reducer.cc34 new_type = op_typer_.singleton_true(); in Reduce()
Doperation-typer.h80 Type singleton_true() const { return singleton_true_; } in singleton_true() function
Doperation-typer.cc1184 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()
Dtyper.cc48 singleton_true_ = operation_typer_.singleton_true(); in Typer()