Searched refs:error_msg_p (Results 1 – 1 of 1) sorted by relevance
231 ecma_string_t *error_msg_p = ecma_new_ecma_string_from_utf8 (msg_p, in ecma_raise_standard_error() local233 error_obj_p = ecma_new_standard_error_with_message (error_type, error_msg_p); in ecma_raise_standard_error()234 ecma_deref_ecma_string (error_msg_p); in ecma_raise_standard_error()