Home
last modified time | relevance | path

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

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