Home
last modified time | relevance | path

Searched refs:jerry_port_fatal (Results 1 - 11 of 11) sorted by relevance

/third_party/jerryscript/jerry-port/default/
H A Ddefault-fatal.c38 * Default implementation of jerry_port_fatal. Calls 'abort' if exit code is
41 void jerry_port_fatal (jerry_fatal_code_t code) /**< cause of error */ in jerry_port_fatal() function
57 } /* jerry_port_fatal */ in jerry_port_fatal()
69 * Default implementation of jerry_port_fatal. Calls 'abort' if exit code is
72 void jerry_port_fatal (jerry_fatal_code_t code) /**< cause of error */ in jerry_port_fatal() function
85 } /* jerry_port_fatal */ in jerry_port_fatal()
/third_party/jerryscript/tests/unit-ext/
H A Dtest-common.h36 jerry_port_fatal (ERR_FAILED_INTERNAL_ASSERTION); \
/third_party/jerryscript/targets/esp8266/user/
H A Djerry_port.c45 jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() function
49 } /* jerry_port_fatal */ in jerry_port_fatal()
/third_party/jerryscript/targets/zephyr/src/
H A Djerry-port.c43 void jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() function
47 } /* jerry_port_fatal */ in jerry_port_fatal()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-port.h69 void JERRY_ATTR_NORETURN jerry_port_fatal (jerry_fatal_code_t code);
/third_party/jerryscript/targets/curie_bsp/source/
H A Dcurie-bsp-port.c46 * Curie BSP implementation of jerry_port_fatal.
48 void jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() function
52 } /* jerry_port_fatal */ in jerry_port_fatal()
/third_party/jerryscript/tests/unit-core/
H A Dtest-common.h41 jerry_port_fatal (ERR_FAILED_INTERNAL_ASSERTION); \
/third_party/jerryscript/jerry-ext/handle-scope/
H A Dhandle-scope-internal.h39 jerry_port_fatal (ERR_FAILED_INTERNAL_ASSERTION); \
/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_port.c40 void jerry_port_fatal (jerry_fatal_code_t code) in jerry_port_fatal() function
43 } /* jerry_port_fatal */ in jerry_port_fatal()
/third_party/jerryscript/jerry-core/jrt/
H A Djrt-fatals.c119 jerry_port_fatal (code); in jerry_fatal()
/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-assert.c22 * 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()

Completed in 3 milliseconds