Searched refs:IsNullType (Results 1 – 5 of 5) sorted by relevance
27 if (other->IsNullType()) { in Identical()
173 bool IsNullType() const in IsNullType() function212 … return IsNumberType() || IsNullType() || IsUndefinedType() || IsBooleanType() || IsBigIntType(); in IsDigitablePrimitiveType()
510 } else if (srcType.IsNullType()) { in LowerPrimitiveToNumber()
47 if (type->IsNullType()) { in CheckNonNullType()
1502 if (!typeGt.IsNullType() && !typeGt.IsUndefinedType()) { in TryNarrowUnionType()