Home
last modified time | relevance | path

Searched refs:ECMA_ERROR_EVAL (Results 1 - 4 of 4) 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()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-exceptions.h45 ECMA_ERROR_EVAL, /**< EvalError */ enumerator
H A Decma-exceptions.c57 ERROR_ELEMENT (ECMA_ERROR_EVAL, ECMA_BUILTIN_ID_EVAL_ERROR_PROTOTYPE),
86 case ECMA_ERROR_EVAL: in ecma_new_standard_error()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c70 && (int) ECMA_ERROR_EVAL == (int) JERRY_ERROR_EVAL

Completed in 8 milliseconds