Searched defs:JERRY_DEBUG_MSG (Results 1 – 1 of 1) sorted by relevance
117 #define JERRY_DEBUG_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_DEBUG, __VA_ARGS__) macro122 #define JERRY_DEBUG_MSG(...) do { if (false) { JERRY_UNUSED_ALL (__VA_ARGS__); } } while (0) macro