Home
last modified time | relevance | path

Searched refs:TryCompileFunctionCallOrNewExpression (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DcallExpression.cpp142 if (pg->TryCompileFunctionCallOrNewExpression(realCallee)) { in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h486 bool TryCompileFunctionCallOrNewExpression(const ir::Expression *expr);
Dpandagen.cpp2168 bool PandaGen::TryCompileFunctionCallOrNewExpression(const ir::Expression *expr) in TryCompileFunctionCallOrNewExpression() function in panda::es2panda::compiler::PandaGen