Home
last modified time | relevance | path

Searched refs:loopScopeCtx (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DwhileStatement.cpp73 auto loopScopeCtx = binder::LexicalScope<binder::LoopScope>::Enter(binder, scope_); in UpdateSelf() local
DdoWhileStatement.cpp72 auto loopScopeCtx = binder::LexicalScope<binder::LoopScope>::Enter(binder, scope_); in UpdateSelf() local
/arkcompiler/ets_frontend/es2panda/binder/
Dbinder.cpp738 auto loopScopeCtx = LexicalScope<LoopScope>::Enter(this, doWhileStatement->Scope()); in ResolveReference() local
740 loopScopeCtx.GetScope()->InitVariable(); in ResolveReference()
750 auto loopScopeCtx = LexicalScope<LoopScope>::Enter(this, whileStatement->Scope()); in ResolveReference() local
752 loopScopeCtx.GetScope()->InitVariable(); in ResolveReference()