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 55 kComparisonUndefined = 4
typer.cc 257 kComparisonUndefined = 4
402 if ((outcome & kComparisonUndefined) != 0) result |= kComparisonUndefined;
411 (outcome & kComparisonUndefined) != 0) {
946 if (lhs->Is(Type::NaN()) || rhs->Is(Type::NaN())) return kComparisonUndefined;
965 result |= kComparisonUndefined;
    [all...]
operation-typer.cc     [all...]

Completed in 66 milliseconds