Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp35 pg->StoreAccToLexEnv(decl->Node(), result, true); in StoreModuleVarOrLocalVar()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dfunction.cpp184 …pg->StoreAccToLexEnv(pg->RootNode(), funcParamScope->Find(funcParamScope->NameVar()->Name()), true… in CompileFunction()
Dpandagen.cpp300 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
Dpandagen.h312 …void StoreAccToLexEnv(const ir::AstNode *node, const binder::ScopeFindResult &result, bool isDecla…