Home
last modified time | relevance | path

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 Decma-builtin-evalerror.c56 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 Decma-builtin-error.c54 return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_COMMON, arguments_list_p, arguments_list_len); in ecma_builtin_error_dispatch_call()
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()
H A Decma-builtin-rangeerror.c56 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 Decma-builtin-syntaxerror.c56 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 Decma-builtin-typeerror.c56 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 Decma-builtin-urierror.c56 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 Decma-builtin-helpers-error.c41 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 Decma-builtin-helpers.h229 ecma_builtin_helper_error_dispatch_call (ecma_standard_error_t error_type, const ecma_value_t *arguments_list_p,

Completed in 3 milliseconds