Home
last modified time | relevance | path

Searched refs:ecma_new_standard_error_with_message (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c200 ecma_new_standard_error_with_message (ecma_standard_error_t error_type, /**< native error type */ in ecma_new_standard_error_with_message() function
233 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()
Decma-exceptions.h55 ecma_object_t *ecma_new_standard_error_with_message (ecma_standard_error_t error_type, ecma_string_…
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-error.c57 ecma_object_t *new_error_object_p = ecma_new_standard_error_with_message (error_type, in ecma_builtin_helper_error_dispatch_call()
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c310 ecma_object_t *error_object_p = ecma_new_standard_error_with_message (ECMA_ERROR_RANGE, in static_snapshot_error_unsupported_literal()
Djerry.c1522 …ecma_object_t *error_object_p = ecma_new_standard_error_with_message ((ecma_standard_error_t) erro… in jerry_create_error_sz()