Home
last modified time | relevance | path

Searched refs:JERRY_ERROR_NONE (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/tests/unit-core/
Dtest-api-errortype.cpp90 TEST_ASSERT (error_type == JERRY_ERROR_NONE);
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h67 JERRY_ERROR_NONE = 0, /**< No Error */ enumerator
/third_party/jerryscript/jerry-core/api/
Djerry.c68 JERRY_STATIC_ASSERT ((int) ECMA_ERROR_NONE == (int) JERRY_ERROR_NONE
1247 return JERRY_ERROR_NONE; in jerry_get_error_type()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md45 There is also a special value `JERRY_ERROR_NONE` which is not an error type
48 *Changed in version 2.0*: The `JERRY_ERROR_NONE` was added to be used by the [jerry_get_error_type]…
2525 will return `JERRY_ERROR_NONE` indicating that the value was not
2539 - JERRY_ERROR_NONE if the input is not an error object
3902 Important! The `error_type` argument *must not be* `JERRY_ERROR_NONE`.