Lines Matching refs:errorMsg
37 CString errorMsg;
46 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
47 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
53 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
54 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
59 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
60 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
73 CString errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
74 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
96 CString errorMsg;
101 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
102 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
107 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
108 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
146 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
147 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
154 errorMsg = "DecodeURI: invalid character: " + ConvertToString(str.GetTaggedValue());
155 THROW_URI_ERROR_AND_RETURN(thread, errorMsg.c_str(), JSTaggedValue::Exception());
170 CString errorMsg;