HomeSort by relevance Sort by last modified time
    Searched refs:kComparisonUndefined (Results 1 - 3 of 3) sorted by null

  /external/v8/src/compiler/
operation-typer.h 70 kComparisonUndefined = 4
typer.cc 250 kComparisonUndefined = 4
421 if ((outcome & kComparisonUndefined) != 0) result |= kComparisonUndefined;
429 (outcome & kComparisonUndefined) != 0) {
974 ComparisonOutcome(kComparisonUndefined);
984 if (lhs.Is(Type::NaN()) || rhs.Is(Type::NaN())) return kComparisonUndefined;
    [all...]
operation-typer.cc     [all...]

Completed in 64 milliseconds