Searched refs:label_names (Results 1 – 2 of 2) sorted by relevance
821 std::vector<std::string> label_names {"try block begin", "try block end", "catch block begin"}; in PrepareCatchBlock() local825 label_names.emplace_back("catch block end"); in PrepareCatchBlock()833 for (auto label_name : label_names) { in PrepareCatchBlock()
2418 … std::vector<std::string> label_names {"try block begin", "try block end", "catch block begin"}; in TEST() local2472 … ASSERT_EQ(e.message, std::string("Invalid name of the ") + label_names[i] + " label.") in TEST()2623 … std::vector<std::string> label_names {"try block begin", "try block end", "catch block begin"}; in TEST() local2679 … ASSERT_EQ(e.message, std::string("Invalid name of the ") + label_names[i] + " label.") in TEST()