Searched refs:ecma_standard_error_t (Results 1 – 5 of 5) sorted by relevance
51 } ecma_standard_error_t; typedef53 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…
44 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_t200 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()
41 ecma_builtin_helper_error_dispatch_call (ecma_standard_error_t error_type, /**< native error type */ in ecma_builtin_helper_error_dispatch_call()
229 ecma_builtin_helper_error_dispatch_call (ecma_standard_error_t error_type, const ecma_value_t *argu…
1251 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()