Searched refs:ecma_raise_uri_error (Results 1 – 3 of 3) sorted by relevance
229 return ecma_raise_uri_error (ECMA_ERR_MSG ("Invalid hexadecimal value.")); in ecma_builtin_global_object_decode_uri_helper()282 ret_value = ecma_raise_uri_error (ECMA_ERR_MSG ("Invalid hexadecimal value.")); in ecma_builtin_global_object_decode_uri_helper()321 ret_value = ecma_raise_uri_error (ECMA_ERR_MSG ("Invalid UTF8 character.")); in ecma_builtin_global_object_decode_uri_helper()354 ret_value = ecma_raise_uri_error (ECMA_ERR_MSG ("Invalid UTF8 string.")); in ecma_builtin_global_object_decode_uri_helper()364 ret_value = ecma_raise_uri_error (ECMA_ERR_MSG ("Invalid UTF8 codepoint.")); in ecma_builtin_global_object_decode_uri_helper()383 ret_value = ecma_raise_uri_error (ECMA_ERR_MSG ("Invalid CESU8 string.")); in ecma_builtin_global_object_decode_uri_helper()445 return ecma_raise_uri_error (ECMA_ERR_MSG ("Unicode surrogate pair missing.")); in ecma_builtin_global_object_encode_uri_helper()454 return ecma_raise_uri_error (ECMA_ERR_MSG ("Unicode surrogate pair missing.")); in ecma_builtin_global_object_encode_uri_helper()467 return ecma_raise_uri_error (ECMA_ERR_MSG ("Unicode surrogate pair missing.")); in ecma_builtin_global_object_encode_uri_helper()
64 ecma_value_t ecma_raise_uri_error (const char *msg_p);
410 ecma_raise_uri_error (const char *msg_p) /**< error message */ in ecma_raise_uri_error() function