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

/external/v8/src/
H A Dobjects-inl.h1686 inline bool FixedDoubleArray::is_the_hole_nan(double value) { function in class:v8::internal::FixedDoubleArray
1708 ASSERT(!is_the_hole_nan(result));
1747 return is_the_hole_nan(READ_DOUBLE_FIELD(this, offset));

Completed in 191 milliseconds