Home
last modified time | relevance | path

Searched refs:CheckTestingKnownTruthyCallableOrAwaitableType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DconditionalExpression.cpp56 checker->CheckTestingKnownTruthyCallableOrAwaitableType(test_, testType, consequent_); in Check()
/arkcompiler/ets_frontend/es2panda/ir/statements/
DifStatement.cpp68 checker->CheckTestingKnownTruthyCallableOrAwaitableType(test_, testType, consequent_); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h276 …void CheckTestingKnownTruthyCallableOrAwaitableType(ir::Expression *condExpr, Type *type, ir::AstN…
DTSAnalyzer.cpp541 …checker->CheckTestingKnownTruthyCallableOrAwaitableType(expr->Test(), testType, expr->Consequent()… in Check()
1207 checker->CheckTestingKnownTruthyCallableOrAwaitableType(st->Test(), testType, st->Consequent()); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp116 void Checker::CheckTestingKnownTruthyCallableOrAwaitableType([[maybe_unused]] const ir::Expression … in CheckTestingKnownTruthyCallableOrAwaitableType() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/ts/
Dhelpers.cpp114 void TSChecker::CheckTestingKnownTruthyCallableOrAwaitableType([[maybe_unused]] ir::Expression *con… in CheckTestingKnownTruthyCallableOrAwaitableType() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h352 void CheckTestingKnownTruthyCallableOrAwaitableType(const ir::Expression *condExpr, Type *type,