Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DcallExpression.cpp143 const ir::Expression *realCallee = callee_; in Compile() local
144 while (realCallee->IsTSNonNullExpression() || realCallee->IsTSAsExpression() || realCallee->IsTSTypeAssertion()) { in Compile()
145 if (realCallee->IsTSNonNullExpression()) { in Compile()
146 realCallee = realCallee->AsTSNonNullExpression()->Expr(); in Compile()
147 } else if (realCallee->IsTSAsExpression()) { in Compile()
148 realCallee = realCallee in Compile()
[all...]

Completed in 2 milliseconds