Home
last modified time | relevance | path

Searched refs:FalsifyUndefined (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Doperation-typer.h88 Type FalsifyUndefined(ComparisonOutcome);
Dtyper.cc197 static Type FalsifyUndefined(ComparisonOutcome, Typer*);
421 Type Typer::Visitor::FalsifyUndefined(ComparisonOutcome outcome, Typer* t) { in FalsifyUndefined() function in v8::internal::compiler::Typer::Visitor
1116 return FalsifyUndefined(JSCompareTyper(lhs, rhs, t), t); in JSLessThanTyper()
1120 return FalsifyUndefined(JSCompareTyper(rhs, lhs, t), t); in JSGreaterThanTyper()
1124 return FalsifyUndefined(Invert(JSCompareTyper(rhs, lhs, t), t), t); in JSLessThanOrEqualTyper()
1128 return FalsifyUndefined(Invert(JSCompareTyper(lhs, rhs, t), t), t); in JSGreaterThanOrEqualTyper()
1949 return FalsifyUndefined( in NumberLessThanTyper()
1955 return FalsifyUndefined( in NumberLessThanOrEqualTyper()
Doperation-typer.cc1198 Type OperationTyper::FalsifyUndefined(ComparisonOutcome outcome) { in FalsifyUndefined() function in v8::internal::compiler::OperationTyper