Home
last modified time | relevance | path

Searched refs:CreateCatchTable (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DdynamicContext.cpp71 catchTable_ = Cg()->CreateCatchTable(); in LexEnvContext()
119 : DynamicContext(pg, target), iterator_(iterator), catchTable_(pg->CreateCatchTable()) in IteratorContext()
165 catchTable_ = pg->CreateCatchTable(); in InitCatchTable()
194 CatchTable *catchTable = cg->CreateCatchTable(assemblerType); in AddNewCathTable()
204 CatchTable *catchTable = cg->CreateCatchTable(tryLabelPair, assemblerType); in AddNewCathTable()
DcodeGen.h139 [[nodiscard]] CatchTable *CreateCatchTable(util::StringView exceptionType = "");
140 …[[nodiscard]] CatchTable *CreateCatchTable(LabelPair tryLabelPair, util::StringView exceptionType …
DcodeGen.cpp271 CatchTable *CodeGen::CreateCatchTable(const util::StringView exceptionType) in CreateCatchTable() function in panda::es2panda::compiler::CodeGen
278 CatchTable *CodeGen::CreateCatchTable(const LabelPair tryLabelPair, const util::StringView exceptio… in CreateCatchTable() function in panda::es2panda::compiler::CodeGen
/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp64 catchTable_ = pg_->CreateCatchTable(); in LexEnvContext()
111 : DynamicContext(pg, target), iterator_(iterator), catchTable_(pg->CreateCatchTable()) in IteratorContext()
141 : DynamicContext(pg, {}), iterator_(iterator), catchTable_(pg->CreateCatchTable()) in DestructuringIteratorContext()
198 catchTable_ = pg_->CreateCatchTable(); in InitCatchTable()
Dpandagen.h472 CatchTable *CreateCatchTable();
Dpandagen.cpp2050 CatchTable *PandaGen::CreateCatchTable() in CreateCatchTable() function in panda::es2panda::compiler::PandaGen