Home
last modified time | relevance | path

Searched defs:catches (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.h40 std::vector<uint8_t*> catches; member
161 ChunkVector<BytecodeRegion *> catches; // List of catches blocks member
Dbytecode_circuit_builder.cpp428 const auto &catches = it->catches; // catches start pc in BuildCatchBlocks() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1927 const auto catches = p->AsTryStatement()->CatchClauses(); in CheckThrowingPlacement() local