Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h57 void LoadDynamicModuleVariable(const ir::AstNode *node, varbinder::Variable const *var);
DETSGen.cpp270 void ETSGen::LoadDynamicModuleVariable(const ir::AstNode *node, varbinder::Variable const *const va… in LoadDynamicModuleVariable() function in ark::es2panda::compiler::ETSGen
299 LoadDynamicModuleVariable(node, var); in LoadVar()