Home
last modified time | relevance | path

Searched refs:SemanticIs (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ast/
Dast-types.cc75 DCHECK(this->SemanticIs(Number())); in Min()
91 DCHECK(this->SemanticIs(Number())); in Max()
520 return SemanticIs(that); in SlowIs()
526 bool AstType::SemanticIs(AstType* that) { in SemanticIs() function in v8::internal::AstType
541 if (!this->AsUnion()->Get(i)->SemanticIs(that)) return false; in SemanticIs()
549 if (this->SemanticIs(that->AsUnion()->Get(i))) return true; in SemanticIs()
716 DCHECK(!this->Get(i)->SemanticIs(this->Get(j))); // (5) in Wellformed()
760 if (type1->SemanticIs(type2)) { in Intersect()
762 } else if (type2->SemanticIs(type1)) { in Intersect()
810 if (result->Get(i)->SemanticIs(range)) { in UpdateRange()
[all …]
Dast-types.h932 bool SemanticIs(AstType* that);