Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.h51 } ecma_standard_error_t; typedef
53 ecma_standard_error_t ecma_get_error_type (ecma_object_t *error_object);
54 ecma_object_t *ecma_new_standard_error (ecma_standard_error_t error_type);
55 ecma_object_t *ecma_new_standard_error_with_message (ecma_standard_error_t error_type, ecma_string_…
57 ecma_value_t ecma_raise_standard_error_with_format (ecma_standard_error_t error_type, const char *m…
Decma-exceptions.c44 ecma_standard_error_t error_type; /**< Native error type */
79 ecma_new_standard_error (ecma_standard_error_t error_type) /**< native error type */ in ecma_new_standard_error()
170 ecma_standard_error_t
200 ecma_new_standard_error_with_message (ecma_standard_error_t error_type, /**< native error type */ in ecma_new_standard_error_with_message()
224 ecma_raise_standard_error (ecma_standard_error_t error_type, /**< error type */ in ecma_raise_standard_error()
254 ecma_raise_standard_error_with_format (ecma_standard_error_t error_type, /**< error type */ in ecma_raise_standard_error_with_format()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-error.c41 ecma_builtin_helper_error_dispatch_call (ecma_standard_error_t error_type, /**< native error type */ in ecma_builtin_helper_error_dispatch_call()
Decma-builtin-helpers.h229 ecma_builtin_helper_error_dispatch_call (ecma_standard_error_t error_type, const ecma_value_t *argu…
/third_party/jerryscript/jerry-core/api/
Djerry.c1251 ecma_standard_error_t error_type = ecma_get_error_type (object_p); in jerry_get_error_type()
1515 …return ecma_create_error_object_reference (ecma_new_standard_error ((ecma_standard_error_t) error_… in jerry_create_error_sz()
1522 …ecma_object_t *error_object_p = ecma_new_standard_error_with_message ((ecma_standard_error_t) erro… in jerry_create_error_sz()