Home
last modified time | relevance | path

Searched refs:JERRY_LOG_LEVEL_ERROR (Results 1 – 25 of 31) sorted by relevance

12

/third_party/jerryscript/jerry-main/
Dmain-unix-snapshot.c118 … jerry_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()
183 … jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Snapshot error: [value cannot be converted to string]\n"); in print_unhandled_exception()
192 … jerry_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()
307 … jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: Exactly one input file must be specified\n"); in process_generate()
319 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Input file is empty\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()
410 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "%s: %s%s\n", name, msg, opt != NULL ? opt : ""); in check_usage()
670 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: %s %s\n", cli_state.error, cli_state.arg); in main()
[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/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.c27 static jerry_log_level_t jerry_log_level = JERRY_LOG_LEVEL_ERROR;
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-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/targets/curie_bsp/source/
Dcurie-bsp-port.c32 if (level <= JERRY_LOG_LEVEL_ERROR) in jerry_port_log()
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.c29 static jerry_log_level_t jerry_port_default_log_level = JERRY_LOG_LEVEL_ERROR;
62 #define JERRY_PORT_DEFAULT_LOG_LEVEL JERRY_LOG_LEVEL_ERROR
/third_party/jerryscript/tests/unit-ext/
Dtest-common.h30 jerry_port_log (JERRY_LOG_LEVEL_ERROR, \
/third_party/jerryscript/targets/esp8266/user/
Djerry_port.c47 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Jerry Fatal Error!\n"); in jerry_port_fatal()
/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()
Dtest-promise.c122 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Promise is disabled!\n"); in main()
Dtest-newtarget.c118 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Skipping test, ES2015 support is disabled.\n"); in main()
/third_party/jerryscript/targets/zephyr/src/
Djerry-port.c45 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Jerry Fatal Error!\n"); in jerry_port_fatal()
/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.h81 JERRY_LOG_LEVEL_ERROR, /**< the engine will terminate after the message is printed */ enumerator
/third_party/jerryscript/jerry-ext/handle-scope/
Dhandle-scope-internal.h33 jerry_port_log (JERRY_LOG_LEVEL_ERROR, \
/third_party/jerryscript/jerry-ext/common/
Djext-common.h90 #define JERRYX_ERROR_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_ERROR, __VA_ARGS__)
/third_party/jerryscript/jerry-core/jrt/
Djrt.h115 #define JERRY_ERROR_MSG(...) jerry_port_log (JERRY_LOG_LEVEL_ERROR, __VA_ARGS__)

12