Searched defs:is_the_hole_nan (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dobjects-inl.h2200 inline bool FixedDoubleArray::is_the_hole_nan(double value) { function in class:v8::internal::FixedDoubleArray
2222 DCHECK(!is_the_hole_nan(result));
2263 return is_the_hole_nan(READ_DOUBLE_FIELD(this, offset));

Completed in 164 milliseconds