Home
last modified time | relevance | path

Searched refs:ECMA_ERROR_NONE (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-exceptions.h42 ECMA_ERROR_NONE, /**< Not an Error */ enumerator
H A Decma-exceptions.c72 * calling with ECMA_ERROR_NONE does not make sense thus it will
168 * if it is not an Error object then ECMA_ERROR_NONE will be returned
175 return ECMA_ERROR_NONE; in ecma_get_error_type()
190 return ECMA_ERROR_NONE; in ecma_get_error_type()
/third_party/jerryscript/jerry-core/api/
H A Djerry.c68 JERRY_STATIC_ASSERT ((int) ECMA_ERROR_NONE == (int) JERRY_ERROR_NONE

Completed in 6 milliseconds