Searched defs:CatchTable (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/compiler/base/ | ||
| H A D | catchTable.h | 69 class CatchTable { class 71 CatchTable(PandaGen *pg, uint32_t depth) : labelSet_(pg), depth_(depth) {} in CatchTable() function in panda::es2panda::compiler::CatchTable |
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ | ||
| H A D | catchTable.h | 69 class CatchTable { class 71 CatchTable(CodeGen *cg, uint32_t depth, util::StringView exceptionType) in CatchTable() function in ark::es2panda::compiler::CatchTable 75 CatchTable(CodeGen *cg, uint32_t depth, LabelPair tryLabelPair, util::StringView exceptionType) in CatchTable() function in ark::es2panda::compiler::CatchTable |
Completed in 1 milliseconds