Home
last modified time | relevance | path

Searched refs:jerry_port_log (Results 1 – 25 of 35) sorted by relevance

12

/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_main.c77 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: cannot open file: %s\n", file_name); in read_file()
84 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Failed to seek (error: %d)\n", fseek_status); in read_file()
92 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Failed to get the file size(error %ld)\n", script_len); in read_file()
103 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Out of memory error\n"); in read_file()
112 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to read file: %s\n", file_name); in read_file()
257 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "%c", source_p[pos]); in print_unhandled_exception()
263 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "\n"); in print_unhandled_exception()
267 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "~"); in print_unhandled_exception()
270 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "^\n"); in print_unhandled_exception()
275 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Script Error: %s\n", err_str_buf); in print_unhandled_exception()
[all …]
Djerry_port.c49 jerry_port_log (jerry_log_level_t level, /**< log level */ in jerry_port_log() function
88 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to open file: %s\n", file_name_p); in jerry_port_read_source()
99 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to allocate memory for module"); in jerry_port_read_source()
110 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to read file: %s\n", file_name_p); in jerry_port_read_source()
/third_party/jerryscript/jerry-main/
Dmain-unix-snapshot.c99jerry_port_log (JERRY_LOG_LEVEL_WARNING, "Ignoring '%s' option because this feature is disabled!\n… in check_feature()
118jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: %s %s\n", cli_state_p->error, cli_state_p->arg); in check_cli_error()
122 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: %s\n", cli_state_p->error); in check_cli_error()
145 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to open file: %s\n", file_name); in read_file()
156 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to read file: %s\n", file_name); in read_file()
162 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: file too large: %s\n", file_name); in read_file()
183jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Snapshot error: [value cannot be converted to string]\n"); in print_unhandled_exception()
192jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Snapshot error: [value cannot be converted to string]\n"); in print_unhandled_exception()
202 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Snapshot error: %s\n", (char *) err_str_buf); in print_unhandled_exception()
307jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: Exactly one input file must be specified\n"); in process_generate()
[all …]
Dmain-unix.c58 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to open file, missing filename\n"); in read_file()
72 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to open file: %s\n", file_name); in read_file()
80 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to read file: %s\n", file_name); in read_file()
242 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "%c", buffer[pos]); in print_unhandled_exception()
248 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "\n"); in print_unhandled_exception()
252 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "~"); in print_unhandled_exception()
255 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "^\n"); in print_unhandled_exception()
260 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Script Error: %s\n", err_str_buf); in print_unhandled_exception()
275 jerry_port_log (JERRY_LOG_LEVEL_WARNING, "Warning: failed to register '%s' method.", name_p); in register_js_function()
392jerry_port_log (JERRY_LOG_LEVEL_WARNING, "Ignoring '%s' option because this feature is disabled!\n… in check_feature()
[all …]
Dmain-unix-test.c42 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to open file: %s\n", file_name); in read_file()
49 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to read file: %s\n", file_name); in read_file()
127 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Unhandled exception: Script Error!\n"); in main()
/third_party/jerryscript/jerry-ext/handler/
Dhandler-assert.c48 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Script Error: assertion failed\n"); in jerryx_handler_assert_fatal()
52 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Script backtrace (top 5):\n"); in jerryx_handler_assert_fatal()
71 jerry_port_log (JERRY_LOG_LEVEL_ERROR, " %"PRIu32": ", idx); in jerryx_handler_assert_fatal()
80 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "%s", string_buffer); in jerryx_handler_assert_fatal()
85 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "\n"); in jerryx_handler_assert_fatal()
/third_party/jerryscript/jerry-ext/common/
Djext-common.h90 #define JERRYX_ERROR_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_ERROR, __VA_ARGS__)
91 #define JERRYX_WARNING_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_WARNING, __VA_ARGS__)
92 #define JERRYX_DEBUG_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_DEBUG, __VA_ARGS__)
93 #define JERRYX_TRACE_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_TRACE, __VA_ARGS__)
/third_party/jerryscript/jerry-core/jrt/
Djrt.h115 #define JERRY_ERROR_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_ERROR, __VA_ARGS__)
116 #define JERRY_WARNING_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_WARNING, __VA_ARGS__)
117 #define JERRY_DEBUG_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_DEBUG, __VA_ARGS__)
118 #define JERRY_TRACE_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_TRACE, __VA_ARGS__)
/third_party/jerryscript/targets/esp8266/user/
Djerry_port.c29 jerry_port_log (jerry_log_level_t level, /**< log level */ in jerry_port_log() function
47 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Jerry Fatal Error!\n"); in jerry_port_fatal()
/third_party/jerryscript/targets/zephyr/src/
Djerry-port.c27 jerry_port_log (jerry_log_level_t level, /**< log level */ in jerry_port_log() function
45 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Jerry Fatal Error!\n"); in jerry_port_fatal()
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/targets/curie_bsp/source/
Dcurie-bsp-port.c28 jerry_port_log (jerry_log_level_t level, /**< log level */ in jerry_port_log() function
50 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Jerry Fatal Error!\n"); in jerry_port_fatal()
/third_party/jerryscript/jerry-port/default/
Ddefault-module.c53 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to open file: %s\n", file_name_p); in jerry_port_read_source()
64 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to allocate memory for module"); in jerry_port_read_source()
75 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to read file: %s\n", file_name_p); in jerry_port_read_source()
Ddefault-io.c79 jerry_port_log (jerry_log_level_t level, /**< message log level */ in jerry_port_log() function
/third_party/jerryscript/tests/unit-ext/
Dtest-common.h30 jerry_port_log (JERRY_LOG_LEVEL_ERROR, \
/third_party/jerryscript/tests/unit-core/
Dtest-common.h35 jerry_port_log (JERRY_LOG_LEVEL_ERROR, \
Dtest-regression-3588.c45 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Skipping test, ES2015 support is disabled.\n"); in main()
Dtest-dataview.c26 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "DataView support is disabled!\n"); in main()
Dtest-container.c29 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Containers are disabled!\n"); in main()
Dtest-resource-name.c43 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Line info support is disabled!\n"); in main()
/third_party/jerryscript/jerry-ext/debugger/
Ddebugger-tcp.c117 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "TCP Error: %s\n", error_message); in jerryx_debugger_tcp_log_error()
120 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "TCP Error: %s\n", strerror (errno_value)); in jerryx_debugger_tcp_log_error()
/third_party/jerryscript/jerry-core/api/
Djerryscript_adapter.c54 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "[JERRYSCRIPT]Init g_contextRecords Error.\n"); in JerryInitContextRecords()
/third_party/jerryscript/jerry-core/include/
Djerryscript-port.h108 void JERRY_ATTR_FORMAT (printf, 2, 3) jerry_port_log (jerry_log_level_t level, const char *format, …
/third_party/jerryscript/targets/mbedos5/source/
Djerry_port_mbed.c30 jerry_port_log (jerry_log_level_t level, /**< log level */ in jerry_port_log() function
/third_party/jerryscript/jerry-ext/handle-scope/
Dhandle-scope-internal.h33 jerry_port_log (JERRY_LOG_LEVEL_ERROR, \

12