Searched refs:JERRY_ERROR_NONE (Results 1 – 4 of 4) sorted by relevance
90 TEST_ASSERT (error_type == JERRY_ERROR_NONE);
67 JERRY_ERROR_NONE = 0, /**< No Error */ enumerator
68 JERRY_STATIC_ASSERT ((int) ECMA_ERROR_NONE == (int) JERRY_ERROR_NONE1247 return JERRY_ERROR_NONE; in jerry_get_error_type()
45 There is also a special value `JERRY_ERROR_NONE` which is not an error type48 *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 not2539 - JERRY_ERROR_NONE if the input is not an error object3902 Important! The `error_type` argument *must not be* `JERRY_ERROR_NONE`.