Searched refs:JERRY_LOG_LEVEL_WARNING (Results 1 – 8 of 8) sorted by relevance
/third_party/jerryscript/jerry-core/include/ |
D | jerryscript-port.h | 82 JERRY_LOG_LEVEL_WARNING, /**< a request is aborted, but the engine continues its operation */ enumerator
|
/third_party/jerryscript/jerry-ext/common/ |
D | jext-common.h | 91 #define JERRYX_WARNING_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_WARNING, __VA_ARGS__)
|
/third_party/jerryscript/targets/zephyr/src/ |
D | main-zephyr.c | 41 jerry_port_log (JERRY_LOG_LEVEL_WARNING, "Warning: failed to register '%s' method.", name_p); in register_js_function()
|
/third_party/jerryscript/jerry-main/ |
D | main-unix.c | 275 jerry_port_log (JERRY_LOG_LEVEL_WARNING, "Warning: failed to register '%s' method.", name_p); in register_js_function() 391 jerry_port_default_set_log_level (JERRY_LOG_LEVEL_WARNING); in check_feature() 392 …jerry_port_log (JERRY_LOG_LEVEL_WARNING, "Ignoring '%s' option because this feature is disabled!\n… in check_feature()
|
D | main-unix-snapshot.c | 98 jerry_port_default_set_log_level (JERRY_LOG_LEVEL_WARNING); in check_feature() 99 …jerry_port_log (JERRY_LOG_LEVEL_WARNING, "Ignoring '%s' option because this feature is disabled!\n… in check_feature()
|
/third_party/jerryscript/jerry-core/jrt/ |
D | jrt.h | 116 #define JERRY_WARNING_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_WARNING, __VA_ARGS__)
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
D | jerry_main.c | 290 jerry_port_log (JERRY_LOG_LEVEL_WARNING, "Warning: failed to register '%s' method.", name_p); in register_js_function()
|
/third_party/jerryscript/docs/ |
D | 05.PORT-API.md | 46 JERRY_LOG_LEVEL_WARNING, /**< a request is aborted, but the engine continues its operation */
|