Home
last modified time | relevance | path

Searched refs:CatchList (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp207 func_->catch_blocks.reserve(pg_->CatchList().size()); in GenFunctionCatchTables()
209 for (const auto *catchBlock : pg_->CatchList()) { in GenFunctionCatchTables()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.h115 const ArenaVector<CatchTable *> &CatchList() const in CatchList() function