Home
last modified time | relevance | path

Searched defs:JERRY_DEBUG_MSG (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/jrt/
Djrt.h117 #define JERRY_DEBUG_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_DEBUG, __VA_ARGS__) macro
122 #define JERRY_DEBUG_MSG(...) do { if (false) { JERRY_UNUSED_ALL (__VA_ARGS__); } } while (0) macro