Home
last modified time | relevance | path

Searched refs:ExtractDefinitelyFalsyTypes (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp123 Type *Checker::ExtractDefinitelyFalsyTypes(Type *type) in ExtractDefinitelyFalsyTypes() function in panda::es2panda::checker::Checker
151 newConstituentTypes.push_back(ExtractDefinitelyFalsyTypes(it)); in ExtractDefinitelyFalsyTypes()
DbinaryLikeExpression.cpp147 Type *resultType = CreateUnionType({ExtractDefinitelyFalsyTypes(rightType), rightType}); in CheckAndOperator()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp121 Type *TSChecker::ExtractDefinitelyFalsyTypes(Type *type) in ExtractDefinitelyFalsyTypes() function in ark::es2panda::checker::TSChecker
149 newConstituentTypes.push_back(ExtractDefinitelyFalsyTypes(it)); in ExtractDefinitelyFalsyTypes()
DbinaryLikeExpression.cpp158 Type *resultType = CreateUnionType({ExtractDefinitelyFalsyTypes(rightType), rightType}); in CheckAndOperator()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h277 Type *ExtractDefinitelyFalsyTypes(Type *type);
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h354 Type *ExtractDefinitelyFalsyTypes(Type *type);