Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dmethod.cpp82 … tryBlock.EnumerateCatchBlocks([&](panda_file::CodeDataAccessor::CatchBlock &catchBlock) { in FindCatchBlock()
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyFunctionProto.cpp144 auto *catchBlock = allocator->New<panda::pandasm::Function::CatchBlock>(); in Deserialize() local
/arkcompiler/runtime_core/compiler/tests/
DirBuilder_tests.cpp146 auto &catchBlock = func.catch_blocks.emplace_back(); variable
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
Demitter.cpp209 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.cpp128 tryBlock.EnumerateCatchBlocks([&](panda_file::CodeDataAccessor::CatchBlock &catchBlock) { in CollectTryCatchBlockInfo()
506 for (auto &catchBlock: bb.catchs) { in UpdateCFG() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1857 ir::BlockStatement *catchBlock = ParseBlockStatement(catchScope); in ParseCatchClause() local