Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c79 ecma_new_standard_error (ecma_standard_error_t error_type) /**< native error type */ in ecma_new_standard_error() function
203 ecma_object_t *new_error_obj_p = ecma_new_standard_error (error_type); in ecma_new_standard_error_with_message()
238 error_obj_p = ecma_new_standard_error (error_type); in ecma_raise_standard_error()
Decma-exceptions.h54 ecma_object_t *ecma_new_standard_error (ecma_standard_error_t error_type);
Decma-promise-object.c332 ecma_object_t *error_p = ecma_new_standard_error (ECMA_ERROR_TYPE); in ecma_promise_resolve_handler()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-error.c64 ecma_object_t *new_error_object_p = ecma_new_standard_error (error_type); in ecma_builtin_helper_error_dispatch_call()
/third_party/jerryscript/jerry-core/api/
Djerry.c1515 …return ecma_create_error_object_reference (ecma_new_standard_error ((ecma_standard_error_t) error_… in jerry_create_error_sz()