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

  /external/v8/src/compiler/
operation-typer.h 44 kComparisonUndefined = 4
typer.cc 230 kComparisonUndefined = 4
363 if ((outcome & kComparisonUndefined) != 0) result |= kComparisonUndefined;
372 (outcome & kComparisonUndefined) != 0) {
837 if (lhs->Is(Type::NaN()) || rhs->Is(Type::NaN())) return kComparisonUndefined;
856 result |= kComparisonUndefined;
    [all...]

Completed in 781 milliseconds