Home
last modified time | relevance | path

Searched refs:jerry_port_fatal (Results 1 – 14 of 14) sorted by relevance

/third_party/jerryscript/jerry-port/default/
Ddefault-fatal.c41 void jerry_port_fatal (jerry_fatal_code_t code) /**< cause of error */ in jerry_port_fatal() function
72 void jerry_port_fatal (jerry_fatal_code_t code) /**< cause of error */ in jerry_port_fatal() function
/third_party/jerryscript/tests/unit-ext/
Dtest-common.h36 jerry_port_fatal (ERR_FAILED_INTERNAL_ASSERTION); \
/third_party/jerryscript/targets/esp8266/user/
Djerry_port.c45 jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() function
/third_party/jerryscript/tests/unit-core/
Dtest-common.h41 jerry_port_fatal (ERR_FAILED_INTERNAL_ASSERTION); \
/third_party/jerryscript/targets/zephyr/src/
Djerry-port.c43 void jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() function
/third_party/jerryscript/targets/curie_bsp/source/
Dcurie-bsp-port.c48 void jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() function
/third_party/jerryscript/jerry-core/include/
Djerryscript-port.h69 void JERRY_ATTR_NORETURN jerry_port_fatal (jerry_fatal_code_t code);
/third_party/jerryscript/jerry-ext/handle-scope/
Dhandle-scope-internal.h39 jerry_port_fatal (ERR_FAILED_INTERNAL_ASSERTION); \
/third_party/jerryscript/docs/
D05.PORT-API.md19 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 */
D16.MIGRATION-GUIDE.md771 - [`jerry_port_fatal`](05.PORT-API.md#jerry_port_fatal)
D10.EXT-REFERENCE-HANDLER.md422 Hard assert for scripts. The routine calls `jerry_port_fatal` on assertion failure.
/third_party/jerryscript/jerry-ext/handler/
Dhandler-assert.c93 jerry_port_fatal (ERR_FAILED_INTERNAL_ASSERTION); in jerryx_handler_assert_fatal()
/third_party/jerryscript/jerry-core/jrt/
Djrt-fatals.c119 jerry_port_fatal (code); in jerry_fatal()
/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_port.c40 void jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() function