Searched refs:leftStr (Results 1 – 1 of 1) sorted by relevance
197 std::string leftStr = StringUtil::GetLeftSubstr(summary, "Error message:"); in ParseJsErrorSummary() local199 name = StringUtil::GetRightSubstr(leftStr, "Error name:"); in ParseJsErrorSummary()201 leftStr = StringUtil::GetLeftSubstr(rightStr, "Stacktrace:"); in ParseJsErrorSummary()203 if (leftStr.find("Error code:") != std::string::npos) { in ParseJsErrorSummary()204 leftStr = StringUtil::GetLeftSubstr(leftStr, "Error code:"); in ParseJsErrorSummary()207 if (leftStr.find("SourceCode:") != std::string::npos) { in ParseJsErrorSummary()208 leftStr = StringUtil::GetLeftSubstr(leftStr, "SourceCode:"); in ParseJsErrorSummary()212 message = leftStr; in ParseJsErrorSummary()