Lines Matching refs:jerry_port_log
58 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()
392 …jerry_port_log (JERRY_LOG_LEVEL_WARNING, "Ignoring '%s' option because this feature is disabled!\n… in check_feature()
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()
674 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: %s\n", cli_state.error); in main()
799 jerry_port_log (JERRY_LOG_LEVEL_DEBUG, "No more client source.\n"); in main()
898 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: Input must be a valid UTF-8 string.\n"); in main()