Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c224 ecma_raise_standard_error (ecma_standard_error_t error_type, /**< error type */ in ecma_raise_standard_error() function
342 return ecma_raise_standard_error (ECMA_ERROR_COMMON, (const lit_utf8_byte_t *) msg_p); in ecma_raise_common_error()
356 return ecma_raise_standard_error (ECMA_ERROR_RANGE, (const lit_utf8_byte_t *) msg_p); in ecma_raise_range_error()
370 return ecma_raise_standard_error (ECMA_ERROR_REFERENCE, (const lit_utf8_byte_t *) msg_p); in ecma_raise_reference_error()
384 return ecma_raise_standard_error (ECMA_ERROR_SYNTAX, (const lit_utf8_byte_t *) msg_p); in ecma_raise_syntax_error()
398 return ecma_raise_standard_error (ECMA_ERROR_TYPE, (const lit_utf8_byte_t *) msg_p); in ecma_raise_type_error()
412 return ecma_raise_standard_error (ECMA_ERROR_URI, (const lit_utf8_byte_t *) msg_p); in ecma_raise_uri_error()