Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DimportExpression.cpp36 pg->DynamicImportCall(this); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h432 void DynamicImportCall(const ir::AstNode *node);
Dpandagen.cpp1730 void PandaGen::DynamicImportCall(const ir::AstNode *node) in DynamicImportCall() function in panda::es2panda::compiler::PandaGen