Home
last modified time | relevance | path

Searched refs:NewLexEnv (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DenvScope.cpp58 pg_->NewLexEnv(scope_->Node(), scope->LexicalSlots()); in CopyBindings()
H A DregScope.cpp131 pg->NewLexEnv(node, funcScope->LexicalSlots()); in FunctionRegScope()
H A Dpandagen.h230 void NewLexEnv(const ir::AstNode *node, uint32_t num);
H A Dpandagen.cpp1681 void PandaGen::NewLexEnv(const ir::AstNode *node, uint32_t num) in NewLexEnv() function in ark::es2panda::compiler::PandaGen
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforOfStatement.cpp48 pg->NewLexEnv(this, scope_->LexicalSlots()); in Compile()
H A DforInStatement.cpp46 pg->NewLexEnv(this, scope_->LexicalSlots()); in Compile()
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.h431 void NewLexEnv(const ir::AstNode *node, uint32_t num);
H A Dpandagen.cpp2019 NewLexEnv(node, num); in NewLexicalEnv()
2022 void PandaGen::NewLexEnv(const ir::AstNode *node, uint32_t num) in NewLexEnv() function in panda::es2panda::compiler::PandaGen

Completed in 10 milliseconds