Searched refs:StoreVar (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | lreference.cpp | 67 pg_->StoreVar(node_, res_, isDeclaration_); in SetValue()
|
D | hoisting.cpp | 97 pg->StoreVar(node, {nameSpaceEntry->localName_, pg->TopScope(), 0, var}, true); in HoistNameSpaceImports()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.h | 285 … void StoreVar(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDeclaration);
|
D | pandagen.cpp | 336 void PandaGen::StoreVar(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDecl… in StoreVar() function in panda::es2panda::compiler::PandaGen
|