Home
last modified time | relevance | path

Searched defs:CatchScope (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dscope.h769 class CatchScope : public ScopeWithParamScope<LocalScopeWithTypeAlias, CatchParamScope> { class
771 explicit CatchScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, parent) {} in CatchScope() function in ark::es2panda::ark::es2panda::ark::es2panda::varbinder::CatchScope
/arkcompiler/ets_frontend/es2panda/binder/
H A Dscope.h957 class CatchScope : public ScopeWithParamScope<LocalScope, CatchParamScope> { class
959 explicit CatchScope(ArenaAllocator *allocator, Scope *parent) : ScopeWithParamScope(allocator, parent) {} in CatchScope() function in CatchScope

Completed in 4 milliseconds