Home | History | Annotate | Download | only in src

Lines Matching refs:HasNumberValue

3536     if (HasNumberValue()) return Representation::Double();
3563 bool HasNumberValue() const { return has_double_value_; }
3565 ASSERT(HasNumberValue());