Home
last modified time | relevance | path

Searched refs:CheckTestNullishCondition (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp889 std::pair<Type *, Type *> ETSChecker::CheckTestNullishCondition(Type *testedType, Type *actualType, bool const strict) in CheckTestNullishCondition() function in ark::es2panda::checker::ETSChecker
1054 checker->CheckTestNullishCondition(testCondition_.testedType, smartType, testCondition_.strict); in ResolveSmartCastTypes()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSchecker.h672 [[nodiscard]] std::pair<Type *, Type *> CheckTestNullishCondition(Type *testedType, Type *actualType, bool strict);

Completed in 6 milliseconds