Searched defs:catches (Results 1 – 3 of 3) sorted by relevance
46 std::vector<uint8_t*> catches; member167 ChunkVector<BytecodeRegion *> catches; // List of catches blocks member
226 const auto &catches = it->catches; // catches start pc in BuildCatchBlocks() local
2211 const auto catches = p->AsTryStatement()->CatchClauses(); in CheckThrowingPlacement() local