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()
272 CatchTable *CodeGen::CreateCatchTable(const util::StringView exceptionType) in CreateCatchTable()279 …able *CodeGen::CreateCatchTable(const LabelPair tryLabelPair, const util::StringView exceptionType) in CreateCatchTable()
232 Type exceptionType {}; in VerifyExcHandler() local
42 checker::Type *exceptionType = checker->GlobalTypeError(); in Check() local3409 if (auto const exceptionType = catchClause->Check(checker); !exceptionType->IsTypeError()) { in Check() local