Searched refs:IsUndefinedType (Results 1 – 6 of 6) sorted by relevance
27 if (other->IsUndefinedType()) { in Identical()
181 bool IsUndefinedType() const in IsUndefinedType() function212 … return IsNumberType() || IsNullType() || IsUndefinedType() || IsBooleanType() || IsBigIntType(); in IsDigitablePrimitiveType()
506 } else if (srcType.IsUndefinedType()) { in LowerPrimitiveToNumber()
51 if (type->IsUndefinedType()) { in CheckNonNullType()
963 if (funcType.IsAnyType() || classType.IsAnyType() || classType.IsUndefinedType()) { in GetSuperProp()1023 if (type.IsAnyType() || type.IsUndefinedType()) { in InferStLexVarDyn()
1502 if (!typeGt.IsNullType() && !typeGt.IsUndefinedType()) { in TryNarrowUnionType()