Searched refs:ecma_builtin_helper_error_dispatch_call (Results 1 - 9 of 9) sorted by relevance
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-evalerror.c | 56 return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_EVAL, arguments_list_p, arguments_list_len); in ecma_builtin_eval_error_dispatch_call()
|
H A D | ecma-builtin-error.c | 54 return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_COMMON, arguments_list_p, arguments_list_len); in ecma_builtin_error_dispatch_call()
|
H A D | ecma-builtin-referenceerror.c | 56 return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_REFERENCE, arguments_list_p, arguments_list_len); in ecma_builtin_reference_error_dispatch_call()
|
H A D | ecma-builtin-rangeerror.c | 56 return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_RANGE, arguments_list_p, arguments_list_len); in ecma_builtin_range_error_dispatch_call()
|
H A D | ecma-builtin-syntaxerror.c | 56 return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_SYNTAX, arguments_list_p, arguments_list_len); in ecma_builtin_syntax_error_dispatch_call()
|
H A D | ecma-builtin-typeerror.c | 56 return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_TYPE, arguments_list_p, arguments_list_len); in ecma_builtin_type_error_dispatch_call()
|
H A D | ecma-builtin-urierror.c | 56 return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_URI, arguments_list_p, arguments_list_len); in ecma_builtin_uri_error_dispatch_call()
|
H A D | ecma-builtin-helpers-error.c | 41 ecma_builtin_helper_error_dispatch_call (ecma_standard_error_t error_type, /**< native error type */ in ecma_builtin_helper_error_dispatch_call() function 67 } /* ecma_builtin_helper_error_dispatch_call */ in ecma_builtin_helper_error_dispatch_call()
|
H A D | ecma-builtin-helpers.h | 229 ecma_builtin_helper_error_dispatch_call (ecma_standard_error_t error_type, const ecma_value_t *arguments_list_p,
|
Completed in 3 milliseconds