Home
last modified time | relevance | path

Searched refs:ECMA_ERROR_COMMON (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c54 ERROR_ELEMENT (ECMA_ERROR_COMMON, ECMA_BUILTIN_ID_ERROR_PROTOTYPE),
124 JERRY_ASSERT (error_type == ECMA_ERROR_COMMON); in ecma_new_standard_error()
342 return ecma_raise_standard_error (ECMA_ERROR_COMMON, (const lit_utf8_byte_t *) msg_p); in ecma_raise_common_error()
Decma-exceptions.h44 ECMA_ERROR_COMMON, /**< Error */ enumerator
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-error.c54 …return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_COMMON, arguments_list_p, arguments_lis… in ecma_builtin_error_dispatch_call()
/third_party/jerryscript/jerry-core/api/
Djerry.c69 && (int) ECMA_ERROR_COMMON == (int) JERRY_ERROR_COMMON