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

/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3587 bool HasDoubleValue() const { return has_double_value_; } function in class:v8::FINAL::FINAL
3589 DCHECK(HasDoubleValue());
3593 if (HasDoubleValue() && FixedDoubleArray::is_the_hole_nan(double_value_)) {

Completed in 69 milliseconds