Home
last modified time | relevance | path

Searched defs:exceptionType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A DcatchTable.h71 CatchTable(CodeGen *cg, uint32_t depth, util::StringView exceptionType) in CatchTable() argument
75 CatchTable(CodeGen *cg, uint32_t depth, LabelPair tryLabelPair, util::StringView exceptionType) in CatchTable() argument
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DcodeGen.cpp271 CatchTable *CodeGen::CreateCatchTable(const util::StringView exceptionType) in CreateCatchTable() argument
278 CatchTable *CodeGen::CreateCatchTable(const LabelPair tryLabelPair, const util::StringView exceptionType) in CreateCatchTable() argument
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp41 checker::ETSObjectType *exceptionType = checker->GlobalETSObjectType(); in Check() local

Completed in 6 milliseconds