Searched refs:SemanticIs (Results 1 – 2 of 2) sorted by relevance
95 DCHECK(this->SemanticIs(Number())); in Min()113 DCHECK(this->SemanticIs(Number())); in Max()539 return SemanticIs(that); in SlowIs()546 bool TypeImpl<Config>::SemanticIs(TypeImpl* that) { in SemanticIs() function in v8::internal::TypeImpl561 if (!this->AsUnion()->Get(i)->SemanticIs(that)) return false; in SemanticIs()569 if (this->SemanticIs(that->AsUnion()->Get(i)->unhandle())) return true; in SemanticIs()727 DCHECK(!this->Get(i)->SemanticIs(this->Get(j)->unhandle())); // (5) in Wellformed()778 if (type1->SemanticIs(type2->unhandle())) { in Intersect()780 } else if (type2->SemanticIs(type1->unhandle())) { in Intersect()829 if (result->Get(i)->SemanticIs(range->unhandle())) { in UpdateRange()[all …]
599 bool SemanticIs(TypeImpl* that);