Searched refs:IsBooleanType (Results 1 – 7 of 7) sorted by relevance
27 if (other->IsBooleanType()) { in Identical()
189 bool IsBooleanType() const in IsBooleanType() function212 … return IsNumberType() || IsNullType() || IsUndefinedType() || IsBooleanType() || IsBigIntType(); in IsDigitablePrimitiveType()
32 } else if (gateType.IsBooleanType()) { in SetOutputType()350 if (type.IsBooleanType()) { in VisitTypedConditionJump()459 ASSERT(valueType.IsNumberType() || valueType.IsBooleanType()); in VisitIsTrueOrFalse()527 if (inputType.IsNumberType() || inputType.IsBooleanType()) { in VisitNumberRelated()617 if (gateType.IsBooleanType()) { in CheckAndConvertToBool()858 ASSERT(gateType.IsNumberType() || gateType.IsBooleanType()); in CheckAndConvertToTagged()
234 if (type.IsBooleanType()) { in VisitTypedConditionJump()
182 } else if (type.IsBooleanType()) { in LowerPrimitiveTypeCheck()490 if (srcType.IsBooleanType()) { in LowerPrimitiveToNumber()
502 if (conditionType.IsBooleanType() && IsTrustedType(condition)) { in LowerConditionJump()1016 if ((!valueType.IsNumberType()) && (!valueType.IsBooleanType())) { in LowerTypedIsTrueOrFalse()
97 if (type->IsBooleanType()) { in IsLiteralType()