Searched refs:ExtractDefinitelyFalsyTypes (Results 1 – 6 of 6) sorted by relevance
123 Type *Checker::ExtractDefinitelyFalsyTypes(Type *type) in ExtractDefinitelyFalsyTypes() function in panda::es2panda::checker::Checker151 newConstituentTypes.push_back(ExtractDefinitelyFalsyTypes(it)); in ExtractDefinitelyFalsyTypes()
147 Type *resultType = CreateUnionType({ExtractDefinitelyFalsyTypes(rightType), rightType}); in CheckAndOperator()
121 Type *TSChecker::ExtractDefinitelyFalsyTypes(Type *type) in ExtractDefinitelyFalsyTypes() function in ark::es2panda::checker::TSChecker149 newConstituentTypes.push_back(ExtractDefinitelyFalsyTypes(it)); in ExtractDefinitelyFalsyTypes()
158 Type *resultType = CreateUnionType({ExtractDefinitelyFalsyTypes(rightType), rightType}); in CheckAndOperator()
277 Type *ExtractDefinitelyFalsyTypes(Type *type);
354 Type *ExtractDefinitelyFalsyTypes(Type *type);