Home
last modified time | relevance | path

Searched refs:LoadLocalModuleVariable (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp318 …var->HasFlag(binder::VariableFlags::LOCAL_EXPORT) ? LoadLocalModuleVariable(node, var->AsModuleVar… in LoadVar()
361 LoadLocalModuleVariable(node, var->AsModuleVariable()); in StoreVar()
1684 void PandaGen::LoadLocalModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *varia… in LoadLocalModuleVariable() function in panda::es2panda::compiler::PandaGen
Dpandagen.h428 void LoadLocalModuleVariable(const ir::AstNode *node, const binder::ModuleVariable *variable);