Home
last modified time | relevance | path

Searched refs:loopCtx (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DforUpdateStatement.cpp112 auto loopCtx = binder::LexicalScope<binder::LoopScope>::Enter(binder, loopScope); in UpdateSelf() local
DforInStatement.cpp108 auto loopCtx = binder::LexicalScope<binder::LoopScope>::Enter(binder, loopScope); in UpdateSelf() local
DforOfStatement.cpp110 auto loopCtx = binder::LexicalScope<binder::LoopScope>::Enter(binder, loopScope); in UpdateSelf() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp433 auto loopCtx = LexicalScope<LoopScope>::Enter(this, loopScope); in BuildForUpdateLoop() local
441 loopCtx.GetScope()->ConvertToVariableScope(Allocator()); in BuildForUpdateLoop()
452 auto loopCtx = LexicalScope<LoopScope>::Enter(this, loopScope); in BuildForInOfLoop() local
455 loopCtx.GetScope()->ConvertToVariableScope(Allocator()); in BuildForInOfLoop()
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp613 auto loopCtx = LexicalScope<LoopScope>::Enter(this, loopScope); in BuildForUpdateLoop() local
629 loopCtx.GetScope()->InitVariable(); in BuildForUpdateLoop()
635 auto loopCtx = LexicalScope<LoopScope>::Enter(this, loopScope); in BuildForInOfLoop() local
641 loopCtx.GetScope()->InitVariable(); in BuildForInOfLoop()