Home
last modified time | relevance | path

Searched refs:ECMA_ERROR_REFERENCE (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-exceptions.c59 ERROR_ELEMENT (ECMA_ERROR_REFERENCE, ECMA_BUILTIN_ID_REFERENCE_ERROR_PROTOTYPE),
98 case ECMA_ERROR_REFERENCE: in ecma_new_standard_error()
370 return ecma_raise_standard_error (ECMA_ERROR_REFERENCE, (const lit_utf8_byte_t *) msg_p); in ecma_raise_reference_error()
H A Decma-get-put-value.c112 return ecma_raise_standard_error_with_format (ECMA_ERROR_REFERENCE, in ecma_op_get_value_lex_env_base()
298 return ecma_raise_standard_error_with_format (ECMA_ERROR_REFERENCE, in ecma_op_put_value_lex_env_base()
H A Decma-exceptions.h47 ECMA_ERROR_REFERENCE, /**< ReferenceError */ enumerator
H A Decma-reference.c364 ecma_value_t error_value = ecma_raise_standard_error_with_format (ECMA_ERROR_REFERENCE, in ecma_op_resolve_reference_value()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-referenceerror.c56 return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_REFERENCE, arguments_list_p, arguments_list_len); in ecma_builtin_reference_error_dispatch_call()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c72 && (int) ECMA_ERROR_REFERENCE == (int) JERRY_ERROR_REFERENCE

Completed in 7 milliseconds