Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/jrt/
H A Djrt.h118 #define JERRY_TRACE_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_TRACE, __VA_ARGS__) macro
123 #define JERRY_TRACE_MSG(...) do { if (false) { JERRY_UNUSED_ALL (__VA_ARGS__); } } while (0) macro

Completed in 1 milliseconds