Searched refs:val_rep (Results 1 – 1 of 1) sorted by relevance
19 v8::internal::DoubleRepresentation val_rep(*val); in CheckEqualsStrict() local20 if (std::isnan(exp_rep.value) && std::isnan(val_rep.value)) return true; in CheckEqualsStrict()21 return exp_rep.bits == val_rep.bits; in CheckEqualsStrict()