Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp122 Type *Checker::ExtractDefinitelyFalsyTypes(Type *type) in ExtractDefinitelyFalsyTypes() function in panda::es2panda::checker::Checker
150 newConstituentTypes.push_back(ExtractDefinitelyFalsyTypes(it)); in ExtractDefinitelyFalsyTypes()
DbinaryLikeExpression.cpp147 Type *resultType = CreateUnionType({ExtractDefinitelyFalsyTypes(rightType), rightType}); in CheckAndOperator()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h354 Type *ExtractDefinitelyFalsyTypes(Type *type);