Home
last modified time | relevance | path

Searched refs:jerry_unreachable (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-ext/common/
Djext-common.h47 jerry_unreachable (const char *file, const char *function, const uint32_t line);
61 jerry_unreachable (__FILE__, __func__, __LINE__); \
/third_party/jerryscript/jerry-core/jrt/
Djrt.h66 jerry_unreachable (const char *file, const char *function, const uint32_t line);
80 jerry_unreachable (__FILE__, __func__, __LINE__); \
Djrt-fatals.c150 jerry_unreachable (const char *file, /**< file name */ in jerry_unreachable() function