Searched defs:exceptionType (Results 1 – 4 of 4) sorted by relevance
71 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()
271 CatchTable *CodeGen::CreateCatchTable(const util::StringView exceptionType) in CreateCatchTable()278 …able *CodeGen::CreateCatchTable(const LabelPair tryLabelPair, const util::StringView exceptionType) in CreateCatchTable()
231 Type exceptionType {}; in VerifyExcHandler() local
39 checker::ETSObjectType *exceptionType = checker->GlobalETSObjectType(); in Check() local2655 if (auto const exceptionType = catchClause->Check(checker); in Check() local