• Home
  • Raw
  • Download

Lines Matching refs:jerry_port_log

99jerry_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()
319 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Input file is empty\n"); in process_generate()
340 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: Exactly one input file must be specified\n"); in process_generate()
352 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: Input must be a valid UTF-8 string.\n"); in process_generate()
417 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: Generating snapshot failed!\n"); in process_generate()
434jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: Unable to write snapshot file: '%s'\n", output_file… in process_generate()
516 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: Unsupported literal dump format."); in process_literal_dump()
563 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: at least one input file must be specified.\n"); in process_literal_dump()
595 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: %s\n", error_p); in process_literal_dump()
611 jerry_port_log (JERRY_LOG_LEVEL_ERROR, in process_literal_dump()
626 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: cannot open file: '%s'\n", literals_file_name_p); in process_literal_dump()
731 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: at least two input files must be passed.\n"); in process_merge()
751 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: %s\n", error_p); in process_merge()
760 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: cannot open file: '%s'\n", output_file_name_p); in process_merge()
852 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: unknown command: %s\n\n", command_p); in main()