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