Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/statements/
DforInStatement.cpp46 pg->NewLexEnv(this, scope_->LexicalSlots()); in Compile()
DforOfStatement.cpp48 pg->NewLexEnv(this, scope_->LexicalSlots()); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h444 void NewLexEnv(const ir::AstNode *node, uint32_t num);
Dpandagen.cpp1923 NewLexEnv(node, num); in NewLexicalEnv()
1926 void PandaGen::NewLexEnv(const ir::AstNode *node, uint32_t num) in NewLexEnv() function in panda::es2panda::compiler::PandaGen