Home | History | Annotate | Download | only in src

Lines Matching refs:HasNumberValue

2422   bool HasNumberValue() const { return has_int32_value_ || has_double_value_; }
2424 ASSERT(HasNumberValue());