Home
last modified time | relevance | path

Searched defs:exceptionType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
DcatchTable.h71 CatchTable(CodeGen *cg, uint32_t depth, util::StringView exceptionType) in CatchTable()
75 CatchTable(CodeGen *cg, uint32_t depth, LabelPair tryLabelPair, util::StringView exceptionType) in CatchTable()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcodeGen.cpp271 CatchTable *CodeGen::CreateCatchTable(const util::StringView exceptionType) in CreateCatchTable()
278 …able *CodeGen::CreateCatchTable(const LabelPair tryLabelPair, const util::StringView exceptionType) in CreateCatchTable()
/arkcompiler/runtime_core/static_core/verification/absint/
Dabsint.cpp231 Type exceptionType {}; in VerifyExcHandler() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp39 checker::ETSObjectType *exceptionType = checker->GlobalETSObjectType(); in Check() local
2655 if (auto const exceptionType = catchClause->Check(checker); in Check() local