Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-core/
H A Dtest-api-errortype.cpp90 TEST_ASSERT (error_type == JERRY_ERROR_NONE); in HWTEST_F()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h67 JERRY_ERROR_NONE = 0, /**< No Error */ enumerator
/third_party/jerryscript/jerry-core/api/
H A Djerry.c68 JERRY_STATIC_ASSERT ((int) ECMA_ERROR_NONE == (int) JERRY_ERROR_NONE
1235 * JERRY_ERROR_NONE - if the input value is not an Error object
1247 return JERRY_ERROR_NONE; in jerry_get_error_type()

Completed in 7 milliseconds