Home
last modified time | relevance | path

Searched defs:loopCtx (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforOfStatement.cpp110 auto loopCtx = binder::LexicalScope<binder::LoopScope>::Enter(binder, loopScope); in UpdateSelf() local
H A DforInStatement.cpp108 auto loopCtx = binder::LexicalScope<binder::LoopScope>::Enter(binder, loopScope); in UpdateSelf() local
H A DforUpdateStatement.cpp112 auto loopCtx = binder::LexicalScope<binder::LoopScope>::Enter(binder, loopScope); in UpdateSelf() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.cpp436 auto loopCtx = LexicalScope<LoopScope>::Enter(this, loopScope); in BuildForUpdateLoop() local
455 auto loopCtx = LexicalScope<LoopScope>::Enter(this, loopScope); in BuildForInOfLoop() local
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp650 auto loopCtx = LexicalScope<LoopScope>::Enter(this, loopScope); in BuildForUpdateLoop() local
672 auto loopCtx = LexicalScope<LoopScope>::Enter(this, loopScope); in BuildForInOfLoop() local

Completed in 4 milliseconds