Searched refs:ecma_new_standard_error_with_message (Results 1 – 5 of 5) sorted by relevance
200 ecma_new_standard_error_with_message (ecma_standard_error_t error_type, /**< native error type */ in ecma_new_standard_error_with_message() function233 error_obj_p = ecma_new_standard_error_with_message (error_type, error_msg_p); in ecma_raise_standard_error()323 ecma_object_t *error_obj_p = ecma_new_standard_error_with_message (error_type, builder_str_p); in ecma_raise_standard_error_with_format()
55 ecma_object_t *ecma_new_standard_error_with_message (ecma_standard_error_t error_type, ecma_string_…
57 ecma_object_t *new_error_object_p = ecma_new_standard_error_with_message (error_type, in ecma_builtin_helper_error_dispatch_call()
310 ecma_object_t *error_object_p = ecma_new_standard_error_with_message (ECMA_ERROR_RANGE, in static_snapshot_error_unsupported_literal()
1522 …ecma_object_t *error_object_p = ecma_new_standard_error_with_message ((ecma_standard_error_t) erro… in jerry_create_error_sz()