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/
Decma-builtin-evalerror.c56 …return ecma_builtin_helper_error_dispatch_call (ECMA_ERROR_EVAL, arguments_list_p, arguments_list_… in ecma_builtin_eval_error_dispatch_call()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c57 ERROR_ELEMENT (ECMA_ERROR_EVAL, ECMA_BUILTIN_ID_EVAL_ERROR_PROTOTYPE),
86 case ECMA_ERROR_EVAL: in ecma_new_standard_error()
Decma-exceptions.h45 ECMA_ERROR_EVAL, /**< EvalError */ enumerator
/third_party/jerryscript/jerry-core/api/
Djerry.c70 && (int) ECMA_ERROR_EVAL == (int) JERRY_ERROR_EVAL