Searched refs:CheckTestingKnownTruthyCallableOrAwaitableType (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | conditionalExpression.cpp | 56 checker->CheckTestingKnownTruthyCallableOrAwaitableType(test_, testType, consequent_); in Check()
|
| /arkcompiler/ets_frontend/es2panda/ir/statements/ |
| D | ifStatement.cpp | 68 checker->CheckTestingKnownTruthyCallableOrAwaitableType(test_, testType, consequent_); in Check()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | TSchecker.h | 276 …void CheckTestingKnownTruthyCallableOrAwaitableType(ir::Expression *condExpr, Type *type, ir::AstN…
|
| D | TSAnalyzer.cpp | 541 …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/ |
| D | helpers.cpp | 116 void Checker::CheckTestingKnownTruthyCallableOrAwaitableType([[maybe_unused]] const ir::Expression … in CheckTestingKnownTruthyCallableOrAwaitableType() function in panda::es2panda::checker::Checker
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | helpers.cpp | 114 void TSChecker::CheckTestingKnownTruthyCallableOrAwaitableType([[maybe_unused]] ir::Expression *con… in CheckTestingKnownTruthyCallableOrAwaitableType() function in ark::es2panda::checker::TSChecker
|
| /arkcompiler/ets_frontend/es2panda/typescript/ |
| D | checker.h | 352 void CheckTestingKnownTruthyCallableOrAwaitableType(const ir::Expression *condExpr, Type *type,
|