Home
last modified time | relevance | path

Searched defs:catchBlock (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFunctionProto.cpp144 auto *catchBlock = allocator->New<panda::pandasm::Function::CatchBlock>(); in Deserialize() local
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp202 for (const auto *catchBlock : pg_->CatchList()) { in GenFunctionCatchTables() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h239 for (auto catchBlock = catchs.begin() + index; catchBlock != catchs.end(); catchBlock++) { member
Dbytecode_circuit_builder.cpp158 tryBlock.EnumerateCatchBlocks([&](panda_file::CodeDataAccessor::CatchBlock &catchBlock) { in CollectTryCatchBlockInfo()
519 for (auto &catchBlock: bb.catchs) { in UpdateCFG() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1739 ir::BlockStatement *catchBlock = ParseBlockStatement(catchScope); in ParseCatchClause() local