Searched refs:StoreAccToLexEnv (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/es2panda/compiler/base/ |
D | hoisting.cpp | 35 pg->StoreAccToLexEnv(decl->Node(), result, true); in StoreModuleVarOrLocalVar()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | function.cpp | 184 …pg->StoreAccToLexEnv(pg->RootNode(), funcParamScope->Find(funcParamScope->NameVar()->Name()), true… in CompileFunction()
|
D | pandagen.cpp | 300 StoreAccToLexEnv(node, scope_->Find(binder::Binder::MANDATORY_PARAM_THIS), true); in SetThis() 384 StoreAccToLexEnv(node, result, isDeclaration); in StoreVar() 409 StoreAccToLexEnv(node, res, true); in LoadAccFromArgs() 632 void PandaGen::StoreAccToLexEnv(const ir::AstNode *node, const binder::ScopeFindResult &result, boo… in StoreAccToLexEnv() function in panda::es2panda::compiler::PandaGen
|
D | pandagen.h | 312 …void StoreAccToLexEnv(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDecla…
|