Home
last modified time | relevance | path

Searched refs:PopLexEnv (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/
DenvScope.cpp76 pg_->PopLexEnv(scope_->Node()); in CopyPerIterationCtx()
90 pg_->PopLexEnv(scope_->Node()); in PopLexEnvBeforeTheNextIter()
DdynamicContext.cpp83 pg_->PopLexEnv(node); in ~LexEnvContext()
86 pg_->PopLexEnv(node); in ~LexEnvContext()
106 pg_->PopLexEnv(node); in AbortContext()
Dpandagen.h441 void PopLexEnv(const ir::AstNode *node);
Dpandagen.cpp1902 void PandaGen::PopLexEnv(const ir::AstNode *node) in PopLexEnv() function in panda::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.cpp68 pg->PopLexEnv(this); in Compile()
76 pg->PopLexEnv(this); in Compile()
DforOfStatement.cpp63 pg->PopLexEnv(this); in Compile()
71 pg->PopLexEnv(this); in Compile()