Home
last modified time | relevance | path

Searched refs:CheckTestingKnownTruthyCallableOrAwaitableType (Results 1 – 4 of 4) 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/es2panda/typescript/core/
Dhelpers.cpp115 void Checker::CheckTestingKnownTruthyCallableOrAwaitableType([[maybe_unused]] const ir::Expression … in CheckTestingKnownTruthyCallableOrAwaitableType() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h352 void CheckTestingKnownTruthyCallableOrAwaitableType(const ir::Expression *condExpr, Type *type,