Searched defs:TryCatchInfo (Results 1 – 2 of 2) sorted by relevance
50 struct TryCatchInfo { struct51 std::unordered_map<std::string_view, size_t> try_catch_labels;52 std::unordered_map<std::string, std::vector<const CatchBlock *>> try_catch_map;53 std::vector<std::string> try_catch_order;54 TryCatchInfo(std::unordered_map<std::string_view, size_t> &labels, in TryCatchInfo() function
36 message TryCatchInfo { message