Searched refs:jerry_port_fatal (Results 1 – 14 of 14) sorted by relevance
41 void jerry_port_fatal (jerry_fatal_code_t code) /**< cause of error */ in jerry_port_fatal() function72 void jerry_port_fatal (jerry_fatal_code_t code) /**< cause of error */ in jerry_port_fatal() function
36 jerry_port_fatal (ERR_FAILED_INTERNAL_ASSERTION); \
45 jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() function
41 jerry_port_fatal (ERR_FAILED_INTERNAL_ASSERTION); \
43 void jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() function
48 void jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() function
69 void JERRY_ATTR_NORETURN jerry_port_fatal (jerry_fatal_code_t code);
39 jerry_port_fatal (ERR_FAILED_INTERNAL_ASSERTION); \
19 void jerry_port_fatal (jerry_fatal_code_t code);251 * Default implementation of jerry_port_fatal.253 void jerry_port_fatal (jerry_fatal_code_t code)256 } /* jerry_port_fatal */
771 - [`jerry_port_fatal`](05.PORT-API.md#jerry_port_fatal)
422 Hard assert for scripts. The routine calls `jerry_port_fatal` on assertion failure.
93 jerry_port_fatal (ERR_FAILED_INTERNAL_ASSERTION); in jerryx_handler_assert_fatal()
119 jerry_port_fatal (code); in jerry_fatal()
40 void jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() function