Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
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()
Decma-exceptions.h57 ecma_value_t ecma_raise_standard_error_with_format (ecma_standard_error_t error_type, const char *m…
Decma-reference.c364 ecma_value_t error_value = ecma_raise_standard_error_with_format (ECMA_ERROR_REFERENCE, in ecma_op_resolve_reference_value()
Decma-exceptions.c254 ecma_raise_standard_error_with_format (ecma_standard_error_t error_type, /**< error type */ in ecma_raise_standard_error_with_format() function
Decma-container-object.c576 ecma_raise_standard_error_with_format (ECMA_ERROR_TYPE, in ecma_op_container_get_object()
/third_party/jerryscript/jerry-core/vm/
Dvm.c127 ecma_value_t error_value = ecma_raise_standard_error_with_format (ECMA_ERROR_TYPE, in vm_op_get_value()
174 result = ecma_raise_standard_error_with_format (ECMA_ERROR_TYPE, in vm_op_set_value()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c2754 ecma_value_t error_value = ecma_raise_standard_error_with_format (ECMA_ERROR_SYNTAX, in parser_parse_script()