Home
last modified time | relevance | path

Searched refs:JERRY_LOG_LEVEL_WARNING (Results 1 – 8 of 8) sorted by relevance

/third_party/jerryscript/jerry-core/include/
Djerryscript-port.h82 JERRY_LOG_LEVEL_WARNING, /**< a request is aborted, but the engine continues its operation */ enumerator
/third_party/jerryscript/jerry-ext/common/
Djext-common.h91 #define JERRYX_WARNING_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_WARNING, __VA_ARGS__)
/third_party/jerryscript/targets/zephyr/src/
Dmain-zephyr.c41 jerry_port_log (JERRY_LOG_LEVEL_WARNING, "Warning: failed to register '%s' method.", name_p); in register_js_function()
/third_party/jerryscript/jerry-main/
Dmain-unix.c275 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()
Dmain-unix-snapshot.c98 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/
Djrt.h116 #define JERRY_WARNING_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_WARNING, __VA_ARGS__)
/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_main.c290 jerry_port_log (JERRY_LOG_LEVEL_WARNING, "Warning: failed to register '%s' method.", name_p); in register_js_function()
/third_party/jerryscript/docs/
D05.PORT-API.md46 JERRY_LOG_LEVEL_WARNING, /**< a request is aborted, but the engine continues its operation */