Home
last modified time | relevance | path

Searched refs:StoreModuleVariable (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/module/
DexportDefaultDeclaration.cpp47 pg->StoreModuleVariable(this, var->AsModuleVariable()); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp30 pg->StoreModuleVariable(decl->Node(), var->AsModuleVariable()); in StoreModuleVarOrLocalVar()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h420 void StoreModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *variable);
Dpandagen.cpp412 StoreModuleVariable(node, var->AsModuleVariable()); in StoreVar()
1854 void PandaGen::StoreModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *variable) in StoreModuleVariable() function in panda::es2panda::compiler::PandaGen