Searched refs:SMI_WITH_DOT (Results 1 – 2 of 2) sorted by relevance
163 type_ == SMI_WITH_DOT; in IsNumber()167 return type_ == NUMBER_WITH_DOT || type_ == SMI_WITH_DOT; in ContainsDot()178 if (type_ == SMI || type_ == SMI_WITH_DOT) in AsNumber()185 CHECK(type_ == SMI || type_ == SMI_WITH_DOT); in AsSmi()197 bool IsSmi() const { return type_ == SMI || type_ == SMI_WITH_DOT; } in IsSmi()227 SMI_WITH_DOT, enumerator245 type_ = with_dot ? SMI_WITH_DOT : SMI; in AstValue()
159 case SMI_WITH_DOT: in BooleanValue()199 case SMI_WITH_DOT: in Internalize()