Home
last modified time | relevance | path

Searched refs:JERRY_LOG_LEVEL_TRACE (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/include/
Djerryscript-port.h84 JERRY_LOG_LEVEL_TRACE /**< detailed info about engine internals, potentially high volume */ enumerator
/third_party/jerryscript/jerry-ext/common/
Djext-common.h93 #define JERRYX_TRACE_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_TRACE, __VA_ARGS__)
/third_party/jerryscript/jerry-core/jrt/
Djrt.h118 #define JERRY_TRACE_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_TRACE, __VA_ARGS__)
/third_party/jerryscript/docs/
D05.PORT-API.md48 JERRY_LOG_LEVEL_TRACE /**< detailed info about engine internals, potentially high volume */