HomeSort by relevance Sort by last modified time
    Searched refs:SMI_WITH_DOT (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
ast-value-factory.h 172 return type_ == NUMBER_WITH_DOT || type_ == SMI_WITH_DOT;
218 bool IsSmi() const { return type_ == SMI || type_ == SMI_WITH_DOT; }
251 SMI_WITH_DOT,
269 type_ = with_dot ? SMI_WITH_DOT : SMI;
ast-value-factory.cc 191 case SMI_WITH_DOT:
227 case SMI_WITH_DOT:

Completed in 100 milliseconds