Home
last modified time | relevance | path

Searched defs:exceptionType (Results 1 – 5 of 5) 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_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp261 MIRType *exceptionType = nullptr; in FillSwitchTable() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp38 checker::ETSObjectType *exceptionType = checker->GlobalETSObjectType(); in Check() local
2129 if (auto const exceptionType = catchClause->Check(checker); in Check() local