Home
last modified time | relevance | path

Searched defs:condExpr (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp115 …er::CheckTestingKnownTruthyCallableOrAwaitableType([[maybe_unused]] const ir::Expression *condExpr, in CheckTestingKnownTruthyCallableOrAwaitableType()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1271 ir::ConditionalExpression *condExpr = initNode->AsConditionalExpression(); in ParseForInOf() local