Home
last modified time | relevance | path

Searched refs:catchCtx (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp213 auto catchCtx = LexicalScopeCreateOrEnter<varbinder::CatchScope>(VarBinder(), catchClause); in VisitCatchClause() local
214 auto *catchScope = catchCtx.GetScope(); in VisitCatchClause()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp1920 auto catchCtx = binder::LexicalScope<binder::CatchScope>(Binder()); in ParseCatchClause() local
1921 auto *catchScope = catchCtx.GetScope(); in ParseCatchClause()

Completed in 8 milliseconds