Home
last modified time | relevance | path

Searched defs:JERRY_ERROR_MSG (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/jrt/
H A Djrt.h115 #define JERRY_ERROR_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_ERROR, __VA_ARGS__) macro
120 #define JERRY_ERROR_MSG(...) do { if (false) { JERRY_UNUSED_ALL (__VA_ARGS__); } } while (0) macro

Completed in 1 milliseconds