Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c61 ERROR_ELEMENT (ECMA_ERROR_URI, ECMA_BUILTIN_ID_URI_ERROR_PROTOTYPE),
110 case ECMA_ERROR_URI: in ecma_new_standard_error()
412 return ecma_raise_standard_error (ECMA_ERROR_URI, (const lit_utf8_byte_t *) msg_p); in ecma_raise_uri_error()
Decma-exceptions.h50 ECMA_ERROR_URI /**< URIError */ enumerator
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-urierror.c56 …return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_URI, arguments_list_p, arguments_list_l… in ecma_builtin_uri_error_dispatch_call()
/third_party/jerryscript/jerry-core/api/
Djerry.c75 && (int) ECMA_ERROR_URI == (int) JERRY_ERROR_URI,